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:
name: Install NPM
command: |
sudo apt-get update && sudo apt-get install -y npm
sudo apt-get update && sudo apt-get install -y rsync npm
- run:
name: Clone WebVM
command: |