Skip to content

Commit

Permalink
Fix brew install on macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 12, 2023
1 parent a3c2e6e commit dbed6ef
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 @@ -167,7 +167,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 dbed6ef

Please sign in to comment.