소스 검색

CI: Install rsync

Alessandro Pignotti 9 달 전
부모
커밋
0151a0fd16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: |