Skip to content

Commit

Permalink
Fix macOS 11 brew install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 12, 2023
1 parent ca4ff71 commit a3c2e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
uname -a
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install git ccache ninja libtool gettext llvm@17 gcc binutils grep findutils zstd
brew install --overwrite git ccache ninja libtool gettext llvm@17 gcc binutils grep findutils zstd
export PATH=$(brew --prefix llvm@17)/bin:$PATH
which clang++
clang++ --version
Expand Down

0 comments on commit a3c2e6e

Please sign in to comment.