Skip to content

Commit

Permalink
Use working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Jul 9, 2024
1 parent edc0506 commit 36760ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
sudo tar x -zf - -C /opt
- name: Compile sqlite3.wasm on macOS
if: runner.os == 'macOS'
working-directory: ./sqlite3
run: |
cd sqlite3
cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build --toolchain toolchain.cmake
cmake --build .dart_tool/sqlite3_build/ -t output -j
- name: Upload binary
Expand Down

0 comments on commit 36760ff

Please sign in to comment.