Skip to content

Commit

Permalink
remove brew
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Apr 23, 2024
1 parent 9f5b956 commit 8c81b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run ansible-lint
uses: ansible/ansible-lint@main
- name: Test the playbook's syntax
run: ansible-playbook -i host macinstall.yml --syntax-check
run: ansible-playbook -i hosts macinstall.yml --syntax-check

shell:
name: ShellCheck Lint
Expand Down
1 change: 1 addition & 0 deletions tests/uninstall-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ chmod +x ./uninstall.sh
sudo ./uninstall.sh --force

# Clean up Homebrew directories.
sudo rm -rf /opt/homebrew
sudo rm -rf /usr/local/Homebrew
sudo rm -rf /usr/local/Caskroom
sudo rm -rf /usr/local/bin/brew

0 comments on commit 8c81b0a

Please sign in to comment.