浏览代码

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