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 b635dfb commit 92a31beCopy full SHA for 92a31be
.github/workflows/prepare_wasm.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: dart-lang/setup-dart@v1
26
- name: Setup macOS build dependencies
27
if: steps.cache_build.outputs.cache-hit != 'true'
28
- run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
+ run: brew install llvm lld binaryen wasi-libc wasi-runtimes
29
- name: Compile sqlite3.wasm on macOS
30
31
working-directory: packages/sqlite3_wasm_build
0 commit comments