mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Delete Firefox binary in CI (#180)
Brew finds a firefox binary in `/usr/local/bin/firefox` and thus fails to install.
This commit is contained in:
parent
634dddd12c
commit
f41e923513
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue