Skip to content

Commit

Permalink
ci: test cowsay in bash on windows in iwasm
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 25, 2023
1 parent fcc65a6 commit 5b86831
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 @@ -13,4 +13,6 @@ jobs:
runs-on: [ windows-latest ]
steps:
- uses: actions/checkout@v4
- run: echo "hello, github" | ./iwasm.com src/cowsay/main.wasm
- name: "iwasm.com cowsay.wasm"
shell: bash
run: echo "hello, github" | ./iwasm.com src/cowsay/main.wasm

0 comments on commit 5b86831

Please sign in to comment.