CI: Install rsync
This commit is contained in:
parent
1ee73b270a
commit
0151a0fd16
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue