Skip to content

Commit 3e5f611

Browse files
committed
Add shell property
1 parent 7c92c8f commit 3e5f611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/build-wasm/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,18 @@ runs:
2929
toolchain: nightly-2024-05-18
3030
components: rust-src
3131
- name: Set environment variable
32+
shell: bash
3233
run: |
3334
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
3435
- name: Flutter pub get
3536
working-directory: sqlite3
37+
shell: bash
3638
run: |
3739
flutter pub get
3840
- name: Compile sqlite3.wasm on macOS
3941
if: runner.os == 'macOS'
4042
working-directory: sqlite3
43+
shell: bash
4144
run: |
4245
cmake -Dwasi_sysroot=/opt/wasi-sysroot -Dclang=/opt/homebrew/opt/llvm/bin/clang -S assets/wasm -B .dart_tool/sqlite3_build --toolchain toolchain.cmake
4346
cmake --build .dart_tool/sqlite3_build/ -t output -j

0 commit comments

Comments
 (0)