Skip to content

Commit

Permalink
Delete Firefox binary in CI (geerlingguy#180)
Browse files Browse the repository at this point in the history
Brew finds a firefox binary in `/usr/local/bin/firefox` and thus fails to install.
  • Loading branch information
kauffinger authored and garrettheath4 committed Dec 5, 2023
1 parent 9313eeb commit 34b9bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
sudo rm -rf /Applications/Firefox.app
sudo rm -rf /Applications/Google\ Chrome.app
sudo rm -rf /usr/local/bin/firefox
- name: Install test dependencies.
run: |
Expand Down

0 comments on commit 34b9bb2

Please sign in to comment.