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 1854af7 commit f54e3cbCopy full SHA for f54e3cb
.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