Skip to content

Commit

Permalink
fixing image reference to drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed May 6, 2024
1 parent a539d14 commit e5321f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-mac-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:

- name: remove native drivers
run: |
rm /usr/local/bin/chromedriver
rm /usr/local/bin/geckodriver
rm /usr/local/bin/msedgedriver
rm /usr/local/share/chromedriver-mac-arm64
rm /usr/local/share/geckodriver
rm /usr/local/share/msedgedriver
# rm /usr/local/bin/chromedriver
# rm /usr/local/bin/geckodriver
# rm /usr/local/bin/msedgedriver



Expand Down

0 comments on commit e5321f3

Please sign in to comment.