Skip to content

Commit

Permalink
Binary is in a new location
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 23, 2024
1 parent 74a0cf5 commit 3100f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
CHROMEDRIVER_URL=$(curl -s "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json"| jq -r '.channels.Stable.downloads.chromedriver[]| select(.platform == "linux64") | .url')
curl -s -o ./chromedriver_linux64.zip $CHROMEDRIVER_URL
unzip chromedriver_linux64.zip
cd chromedriver-linux64
./chromedriver \
--log-path=/tmp/chromedriver.log \
--verbose \
Expand Down

0 comments on commit 3100f50

Please sign in to comment.