Skip to content

Commit

Permalink
fix(ci): chromedriver 404 not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 25, 2024
1 parent c43b902 commit af49627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
# cp ./chromedriver-linux64/chromedriver /${HOME}/.cargo/bin/
- name: Set up Chrome
run: |
VERSION_STRING="117.0.5938.62-1"
VERSION_STRING="117.0.5938.88-1"
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${VERSION_STRING}_amd64.deb"
sudo dpkg -i "google-chrome-stable_${VERSION_STRING}_amd64.deb"
google-chrome --version
- name: Set up Chrome driver
run: |
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.62/linux64/chromedriver-linux64.zip
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
sudo mv ./chromedriver-linux64/chromedriver /usr/local/bin/chromedriver
chromedriver --version
Expand Down

0 comments on commit af49627

Please sign in to comment.