diff --git a/.circleci/config.yml b/.circleci/config.yml index 866c1a1..05c8ecf 100644 --- a/.circleci/config.yml +++ b/.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: |