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:
Konstantin Auffinger 2023-04-09 22:56:53 +02:00 committed by GitHub
parent 634dddd12c
commit f41e923513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |