From 0151a0fd160ae2c6bce50a0938cbc26f1ec147ab Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 14 Oct 2024 21:41:52 +0200 Subject: [PATCH] CI: Install rsync --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |