File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments