Skip to content

Commit

Permalink
fuck u github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 12, 2023
1 parent 29f1087 commit edd7432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip
sudo rm -rf /usr/bin/chromedriver
sudo mkdir /usr/bin/chromedriver
sudo unzip chromedriver-linux64.zip -d /usr/bin/chromedriver
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f
Expand Down

0 comments on commit edd7432

Please sign in to comment.