Forráskód Böngészése

CI: Install rsync

Alessandro Pignotti 9 hónapja
szülő
commit
0151a0fd16
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -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: |