Skip to content

Commit

Permalink
cannot be 128 (#11775). use latest 129
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 1, 2024
1 parent 7a55f07 commit 0fb7e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ jobs:
echo "download target chrome"
cd /tmp
wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_128.0.6613.137-1_amd64.deb
# sudo apt-get install -y --allow-downgrades ./google-chrome-stable_128.0.6613.137-1_amd64.deb || true
wget -q http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_129.0.6668.100-1_amd64.deb
# sudo apt-get install -y --allow-downgrades ./google-chrome-stable_129.0.6668.100-1_amd64.deb || true
# sudo apt --fix-broken install
echo "install target chrome"
sudo dpkg -i google-chrome-stable_128.0.6613.137-1_amd64.deb
sudo dpkg -i google-chrome-stable_129.0.6668.100-1_amd64.deb
# sudo apt install --assume-yes --fix-broken
echo "check target chrome"
Expand Down

0 comments on commit 0fb7e01

Please sign in to comment.