Skip to content

Commit

Permalink
Update samples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashtandon113 authored Sep 22, 2024
1 parent 8597b93 commit 2c454bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Install ChromeDriver
run: |
wget https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
wget https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/linux64/chromedriver-linux64.zip
cd chromedriver-linux64
sudo mv chromedriver /usr/bin/chromedriver
sudo chown root:root /usr/bin/chromedriver
Expand Down

0 comments on commit 2c454bc

Please sign in to comment.