Skip to content

Commit f54e3cb

Browse files
committed
remove toolchain.cmake
1 parent 1854af7 commit f54e3cb

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
@@ -43,5 +43,5 @@ runs:
4343
working-directory: sqlite3
4444
shell: bash
4545
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
46+
cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm@18/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build
4747
cmake --build .dart_tool/sqlite3_build/ -t output -j

0 commit comments

Comments
 (0)