Skip to content

Commit

Permalink
Add a new workaround to resolve macos-13 brew install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Apr 13, 2024
1 parent 915afbf commit 2fc4246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: OpenSplat (MacOS X86 and ARM)
on:
push:
branches:
- main
- fix-runner-macos-13
pull_request:
types: [ assigned, opened, synchronize, reopened ]
release:
Expand Down Expand Up @@ -52,18 +52,8 @@ jobs:
brew uninstall --force aws-sam-cli
brew uninstall --force pipx
brew uninstall --force [email protected]
brew uninstall --force [email protected]
rm -f '/usr/local/bin/2to3'
rm -f '/usr/local/bin/2to3-3.12'
rm -f '/usr/local/bin/idle3'
rm -f '/usr/local/bin/idle3.12'
rm -f '/usr/local/bin/pydoc3'
rm -f '/usr/local/bin/pydoc3.12'
rm -f '/usr/local/bin/python3'
rm -f '/usr/local/bin/python3-config'
rm -f '/usr/local/bin/python3.12'
rm -f '/usr/local/bin/python3.12-config'
fi
brew install --overwrite [email protected]
fi
brew install \
ccache \
cmake \
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/
.idea/
.vscode/

0 comments on commit 2fc4246

Please sign in to comment.