Skip to content

Commit

Permalink
Cleanup ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 22, 2024
1 parent 9e7d03e commit 5c0e176
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
brew uninstall --force --ignore-dependencies 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 cleanup -s python
brew cleanup --prune-prefix
# sudo rm -rf /usr/local/bin/python3*
# Uninstall Ruby
brew uninstall --force --ignore-dependencies ruby
brew cleanup -s ruby
brew cleanup --prune-prefix
# Build Homebrew recipe
- name: Build
Expand Down

0 comments on commit 5c0e176

Please sign in to comment.