-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,38 @@ jobs: | |
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" | ||
|
||
- name: Install brew | ||
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
run: | | ||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
brew uninstall --force --ignore-dependencies node | ||
brew cleanup -s node | ||
brew cleanup --prune-prefix | ||
brew uninstall --force --ignore-dependencies [email protected] | ||
brew cleanup -s [email protected] | ||
brew cleanup --prune-prefix | ||
brew uninstall --force --ignore-dependencies [email protected] | ||
brew cleanup -s [email protected] | ||
brew cleanup --prune-prefix | ||
sudo rm -rf /System/Library/Frameworks/Python.framework/ | ||
brew cleanup --prune-prefix | ||
sudo rm -rf /usr/local/bin/2to3 | ||
sudo rm -rf /usr/local/bin/2to3-3.11 | ||
sudo rm -rf /usr/local/bin/2to3-3.12 | ||
sudo rm -rf /usr/local/bin/idle3 | ||
sudo rm -rf /usr/local/bin/idle3.11 | ||
sudo rm -rf /usr/local/bin/idle3.12 | ||
sudo rm -rf /usr/local/bin/pydoc3 | ||
sudo rm -rf /usr/local/bin/pydoc3.11 | ||
sudo rm -rf /usr/local/bin/pydoc3.12 | ||
sudo rm -rf /usr/local/bin/python3 | ||
sudo rm -rf /usr/local/bin/python3-config | ||
sudo rm -rf /usr/local/bin/python3.11 | ||
sudo rm -rf /usr/local/bin/python3.12 | ||
sudo rm -rf /usr/local/bin/python3.11-config | ||
sudo rm -rf /usr/local/bin/python3.12-config | ||
brew uninstall --force --ignore-dependencies ruby | ||
brew cleanup -s ruby | ||
brew cleanup --prune-prefix | ||
sudo rm -rf $(brew --repo homebrew/core) | ||
# Build Homebrew recipe | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters