Skip to content

Commit

Permalink
GitHub Actions: removed workaround for brew 2to3 util conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 8, 2023
1 parent 6c6ceb0 commit aa703bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
- name: Customize Software (macOS)
if: ${{ matrix.os == 'macos-12' }}
# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed
run: |
brew update
brew install llvm@17 || true
brew install llvm@17
brew install ninja
brew install cmake
Expand Down

0 comments on commit aa703bc

Please sign in to comment.