Skip to content

Commit

Permalink
move wat/fib.wasm to examples/run
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 12, 2024
1 parent c57d42d commit ce7336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:

- name: Run examples/run
run: |
.\build\Debug\run.exe ${{github.workspace}}/wat/fib.wasm test-all
.\build\Debug\run.exe ./wasm/fib.wasm test-all
working-directory: ${{github.workspace}}/examples/run

0 comments on commit ce7336a

Please sign in to comment.