Skip to content

Commit

Permalink
chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 8, 2023
1 parent 1c4fc24 commit 634f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
sudo apt-get install google-chrome-stable
sudo apt-get install google-chrome-stable=114.0.5735.6
google-chrome --version
- uses: actions/checkout@v2
Expand Down

0 comments on commit 634f871

Please sign in to comment.