Skip to content

Commit

Permalink
GitHub Actions: update brew and force llvm-17
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 8, 2023
1 parent a4ebba1 commit b962181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
if: ${{ matrix.os == 'macos-12' }}
# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed
run: |
brew install llvm || true
brew update
brew install llvm@17 || true
brew install ninja
brew install cmake

Expand Down

0 comments on commit b962181

Please sign in to comment.