diff --git a/.circleci/config.yml b/.circleci/config.yml index 480311e8..d310b822 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,12 @@ orbs: commands: install-chrome: steps: + - run: + name: Update dpkg + command: | + sudo apt-get clean + sudo apt-get update + sudo apt-get install dpkg - run: name: Install Chrome command: |