Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Oct 25, 2024
1 parent 3edc084 commit 4f6dc0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:
sudo apt-get install -y wget
cd /tmp
wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_127.0.6533.72-1_amd64.deb
sudo apt-get install -y --allow-downgrades ./google-chrome-stable_127.0.6533.72-1_amd64.deb || true
sudo apt --fix-broken install
# sudo apt-get install -y --allow-downgrades ./google-chrome-stable_127.0.6533.72-1_amd64.deb || true
# sudo apt --fix-broken install
sudo dpkg -i google-chrome-stable_127.0.6533.72-1_amd64.deb
sudo apt install --assume-yes --fix-broken
google-chrome --version
- name: Download e2e build
Expand Down

0 comments on commit 4f6dc0b

Please sign in to comment.