Skip to content

Commit

Permalink
Trying to cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 22, 2024
1 parent c6bb352 commit 218c086
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
run: |
# Uninstall NodeJS
brew uninstall --force --ignore-dependencies node
brew unlink node
sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,include,share/man}/{npm*,node*,corepack*,man1/node*}
brew cleanup -s node
brew cleanup --prune-prefix
# sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,include,share/man}/{npm*,node*,corepack*,man1/node*}
# Uninstall Python
brew uninstall --force --ignore-dependencies python
brew unlink python
sudo rm -rf /usr/local/bin/python3*
# Clean brew
brew cleanup
brew cleanup -s python
brew cleanup --prune-prefix
# sudo rm -rf /usr/local/bin/python3*
# Build Homebrew recipe
- name: Build
Expand Down

0 comments on commit 218c086

Please sign in to comment.