Skip to content

Commit

Permalink
google-chrome-stable=91.0.4472.164
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Aug 17, 2021
1 parent 8ea5ae6 commit 31fdc79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Expand Up @@ -166,10 +166,7 @@ jobs:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt search google-chrome-stable
sudo apt search google-chrome-stable/91.0
sudo apt search google-chrome-stable/91.0.4472.164
sudo apt-get -y install google-chrome-stable
sudo apt-get -y install google-chrome-stable=91.0.4472.164
# - run: if [ meteor list | grep 'symptomatic:theming' | wc -l $eq 1 ]; then meteor remove symptomatic:theming ; else echo "Meteor seems to be cached"; fi;

- run:
Expand Down

0 comments on commit 31fdc79

Please sign in to comment.