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 e8a12c8 commit 661eb26Copy full SHA for 661eb26
.github/actions/build-wasm/action.yml
@@ -43,5 +43,5 @@ runs:
43
working-directory: sqlite3
44
shell: bash
45
run: |
46
- cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm@18/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build --toolchain toolchain.cmake
+ cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm@18/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build
47
cmake --build .dart_tool/sqlite3_build/ -t output -j
0 commit comments