We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95048cf commit a53aaa1Copy full SHA for a53aaa1
.github/actions/build-wasm/action.yml
@@ -18,7 +18,7 @@ runs:
18
shell: bash
19
run: |
20
brew install cmake
21
- brew install llvm
+ brew install llvm@18
22
brew install binaryen
23
curl -sL https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/libclang_rt.builtins-wasm32-wasi-22.0.tar.gz | \
24
tar x -zf - -C /opt/homebrew/opt/llvm/lib/clang/18*
0 commit comments