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 24, 2024
1 parent 41394f0 commit 6f50c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install ChromeDriver
run: |
wget https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/linux64/chromedriver-linux64.zip
unzip 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 6f50c3f

Please sign in to comment.