Skip to content

Commit

Permalink
👷 Update chromedriver acquisition method
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 20, 2023
1 parent 271a5bd commit da270fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Chrome
run: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget -O chromedriver.zip `curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.downloads.chromedriver[0].url'`
wget -O chromedriver-linux64 `curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.downloads.chromedriver[0].url'`
sudo rm -rf /usr/bin/chromedriver
sudo mkdir /usr/bin/chromedriver
sudo unzip chromedriver-linux64.zip -d /usr/bin/chromedriver
Expand Down

0 comments on commit da270fd

Please sign in to comment.