Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Mar 10, 2024
1 parent c769147 commit 8438a1c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/scripts/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ function install_arm64() {
brew reinstall --quiet pkg-config
brew fetch --force --bottle-tag=arm64_sonoma "${dependencies[@]}"

# Workaround for sdl2_mixer
brew uninstall --ignore-dependencies --zap python3
# Workaround for sdl2_mixer, installs conflicting Python version
rm -rf \
/usr/local/bin/{2to3*,idle3*,pydoc3*,python3*} \
/usr/local/share/man/man1/python3* \
/usr/local/lib/pkgconfig/python3* \
/usr/local/Frameworks/Python.framework

for dependency in "${dependencies[@]}"; do
echo "Installing $dependency"
Expand Down

0 comments on commit 8438a1c

Please sign in to comment.