CI: Install rsync

This commit is contained in:
Alessandro Pignotti 2024-10-14 21:41:52 +02:00
parent 1ee73b270a
commit 0151a0fd16

View file

@ -18,7 +18,7 @@ jobs:
- run: - run:
name: Install NPM name: Install NPM
command: | command: |
sudo apt-get update && sudo apt-get install -y npm sudo apt-get update && sudo apt-get install -y rsync npm
- run: - run:
name: Clone WebVM name: Clone WebVM
command: | command: |