Skip to content

Commit

Permalink
CI: macos fix brew install python
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jun 17, 2024
1 parent 1950e8a commit 10e0bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
if: runner.os == 'macOS'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >> ${GITHUB_ENV}
brew link --overwrite [email protected]
brew install \
ccache \
cmake \
Expand Down

0 comments on commit 10e0bf2

Please sign in to comment.