Skip to content

Commit 615b20b

Browse files
committed
Fix llvm@16 link
1 parent 56b666a commit 615b20b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
brew install ca-certificates lz4 mpdecimal openssl@3 readline sqlite xz z3 zstd
171171
brew install --ignore-dependencies llvm@16
172172
brew install git ccache ninja libtool gettext gcc binutils grep findutils nasm
173+
cd /usr/local/opt/ && sudo rm -f llvm && sudo ln -sf llvm@16 llvm
173174
export PATH=$(brew --prefix llvm@16)/bin:$PATH
174175
which clang++
175176
clang++ --version
@@ -287,6 +288,7 @@ jobs:
287288
brew install ca-certificates lz4 mpdecimal openssl@3 readline sqlite xz z3 zstd
288289
brew install --ignore-dependencies llvm@16
289290
brew install git ccache ninja libtool gettext gcc binutils grep findutils nasm
291+
cd /usr/local/opt/ && sudo rm -f llvm && sudo ln -sf llvm@16 llvm
290292
export PATH=$(brew --prefix llvm@16)/bin:$PATH
291293
which clang++
292294
clang++ --version

0 commit comments

Comments
 (0)