Skip to content

Commit

Permalink
.github/workflows/test-ui-gh_runner.yml:
Browse files Browse the repository at this point in the history
- Another attempt to fix chrome and chromedriver mismatch

Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Nov 26, 2024
1 parent 935e17f commit 378484a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ jobs:
#wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
sudo apt-get remove -y google-chrome-stable
wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_126.0.6478.182-1_amd64.deb
sudo apt-get install -y ./google-chrome-stable_126.0.6478.182-1_amd64.deb
sudo apt-get install -y --allow-downgrades ./google-chrome-stable_126.0.6478.182-1_amd64.deb
wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip -d chromedriver
Expand Down

0 comments on commit 378484a

Please sign in to comment.