Skip to content

Commit

Permalink
fix(homebrew): we need homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert committed Nov 28, 2024
1 parent 15e7f86 commit 90070b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4

- name: Ensure uninstall-homebrew.sh is executable
run: chmod +x tests/uninstall-homebrew.sh

- name: Uninstall GitHub Actions' built-in Homebrew.
run: tests/uninstall-homebrew.sh

- name: Uninstall GitHub Actions' built-in browser installs.
run: |
sudo rm -rf /Applications/Firefox.app
Expand Down

0 comments on commit 90070b1

Please sign in to comment.