Skip to content

Commit

Permalink
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
@@ -41,7 +41,8 @@ jobs:
- name: Customize Software (macOS)
if: ${{ matrix.os == 'macos-12' }}
run: |
brew install llvm
# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed
brew install llvm || true
brew install ninja
brew install cmake

0 comments on commit 50da23d

Please sign in to comment.