Skip to content

Commit

Permalink
ci: try calling cowsay from sh on windows in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 25, 2023
1 parent 5b86831 commit fc061af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/iwasm-windows-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: "iwasm.com cowsay.wasm"
shell: bash
run: echo "hello, github" | ./iwasm.com src/cowsay/main.wasm
run: |
chmod u+x iwasm.com
echo "hello, github" | sh ./iwasm.com src/cowsay/main.wasm

0 comments on commit fc061af

Please sign in to comment.