Skip to content

Commit

Permalink
Using self-hosted Chrome pacakge for CI to prevent updates from break…
Browse files Browse the repository at this point in the history
…ing CI.
  • Loading branch information
ricmoo committed May 8, 2020
1 parent 4e8623e commit e2c830b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ commands:
command: |
sudo apt-get purge chromium-browser
sudo apt-get update
sudo apt-get install -y libappindicator1 fonts-liberation libgbm1
sudo apt-get install -y dpkg
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install -y dpkg libappindicator1 fonts-liberation libgbm1
wget https://cdn.ethers.io/downloads/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
google-chrome --version
Expand Down

0 comments on commit e2c830b

Please sign in to comment.