-
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
25 additions
and
53 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 |
---|---|---|
|
@@ -27,38 +27,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# Clean up previous dependencies in order to avoid conflicts with brew | ||
- name: Clean | ||
run: | | ||
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) | ||
- name: Uninstall brew completely | ||
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)" | ||
|
||
# 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