Skip to content

Commit

Permalink
Merge pull request #194 from nanasess/fix-move
Browse files Browse the repository at this point in the history
Fix install chromedriver of under 115
  • Loading branch information
nanasess authored Jul 27, 2023
2 parents a75aae5 + 4e299a2 commit e3899f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ]
branch:
# - 'master'
- 'master'
- 'now'
chrome_version:
- 'current'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ]
branch:
# - 'master'
- 'master'
- 'now'
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions lib/setup-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [ "$UNDER115" -eq 1 ]; then

curl --location --fail --retry 10 -O https://chromedriver.storage.googleapis.com/${VERSION}/chromedriver_${ARCH}.zip
unzip -o -q chromedriver_${ARCH}.zip
sudo mv chromedriver /usr/local/bin/chromedriver
rm chromedriver_${ARCH}.zip
else
if [ "$VERSION" == "" ]; then
Expand Down

0 comments on commit e3899f6

Please sign in to comment.