Skip to content

Commit a53aaa1

Browse files
committed
Use llvm@18 to fix build issue.
1 parent 95048cf commit a53aaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-wasm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
shell: bash
1919
run: |
2020
brew install cmake
21-
brew install llvm
21+
brew install llvm@18
2222
brew install binaryen
2323
curl -sL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/libclang_rt.builtins-wasm32-wasi-22.0.tar.gz | \
2424
tar x -zf - -C /opt/homebrew/opt/llvm/lib/clang/18*

0 commit comments

Comments
 (0)