Skip to content

Commit

Permalink
trying to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 23, 2024
1 parent ad0cfee commit 648537f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: |
brew update
brew upgrade || brew link --overwrite [email protected]
# Temporarily uninstall [email protected] to work around https://github.com/actions/runner-images/issues/10984
brew uninstall --ignore-dependencies --force [email protected]
brew install --cask xquartz
brew install xerces-c fox proj gdal gl2ps ccache googletest fmt swig eigen
Expand Down

0 comments on commit 648537f

Please sign in to comment.