Skip to content

Commit

Permalink
ci: don't forget to set TOYWASM_WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 27, 2023
1 parent 40dcdf0 commit 0ff1465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ jobs:
run: ./wasm-on-wasm.sh

- name: toywasm --version
env:
TOYWASM_WASM: ${{env.builddir}}/toywasm
working-directory: ${{env.builddir}}
run: |
${{github.workspace}}/test/toywasm-on-toywasm.py --version
Expand Down

0 comments on commit 0ff1465

Please sign in to comment.