Skip to content

Commit

Permalink
ci: test with bash -c
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 25, 2023
1 parent 8e45167 commit 54c800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iwasm-windows-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: "iwasm.com cowsay.wasm"
shell: bash
run: |
echo "hello, github" | sh ./iwasm.com src/cowsay/main.wasm
echo "hello, github" | bash -c './iwasm.com src/cowsay/main.wasm'

0 comments on commit 54c800e

Please sign in to comment.