Skip to content

Commit

Permalink
Add a 1 to the version?
Browse files Browse the repository at this point in the history
  • Loading branch information
hut8 committed Jul 4, 2022
1 parent a818efb commit dcb8f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sudo tee /etc/apt/sources.list.d/google-chrome.list
wget -O- https://dl.google.com/linux/linux_signing_key.pub | \
gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/google.gpg > /dev/null
sudo apt update && sudo apt install -y google-chrome-stable="$LATEST_CHROMEDRIVER" redis
sudo apt update && sudo apt install -y google-chrome-stable="${LATEST_CHROMEDRIVER}-1" redis
CHROME_VERSION="$(google-chrome --version | cut -d ' ' -f3)" # Google Chrome 103.0.5060.53 -> 103.0.5060.53
echo Installed chrome version: $CHROME_VERSION
(cd /tmp;
Expand Down

0 comments on commit dcb8f56

Please sign in to comment.