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 6d4796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: runner.os == 'macOS'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >> ${GITHUB_ENV}
brew install \
brew install --overwrite \
ccache \
cmake \
doxygen \
Expand Down

0 comments on commit 6d4796a

Please sign in to comment.