Skip to content

Commit

Permalink
Fix llvm@16 link
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 13, 2023
1 parent 56b666a commit 615b20b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
brew install ca-certificates lz4 mpdecimal openssl@3 readline sqlite xz z3 zstd
brew install --ignore-dependencies llvm@16
brew install git ccache ninja libtool gettext gcc binutils grep findutils nasm
cd /usr/local/opt/ && sudo rm -f llvm && sudo ln -sf llvm@16 llvm
export PATH=$(brew --prefix llvm@16)/bin:$PATH
which clang++
clang++ --version
Expand Down Expand Up @@ -287,6 +288,7 @@ jobs:
brew install ca-certificates lz4 mpdecimal openssl@3 readline sqlite xz z3 zstd
brew install --ignore-dependencies llvm@16
brew install git ccache ninja libtool gettext gcc binutils grep findutils nasm
cd /usr/local/opt/ && sudo rm -f llvm && sudo ln -sf llvm@16 llvm
export PATH=$(brew --prefix llvm@16)/bin:$PATH
which clang++
clang++ --version
Expand Down

0 comments on commit 615b20b

Please sign in to comment.