Skip to content

Commit

Permalink
GitHub Actions: ignore llvm brew link warning due to 2to3 overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Nov 26, 2023
1 parent 50da23d commit 5b289e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Customize Software (macOS)
if: ${{ matrix.os == 'macos-12' }}
run: |
# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed
run: |
brew install llvm || true
brew install ninja
brew install cmake
Expand Down

0 comments on commit 5b289e0

Please sign in to comment.