diff --git a/.circleci/config.yml b/.circleci/config.yml index d7631952b4..03bd24487e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,6 +101,9 @@ jobs: steps: - attach_workspace: at: ./ + - run: + name: Update dependencies + command: sudo apt-get -y update - run: name: Install rsync command: sudo apt-get -y install rsync