Skip to content

Commit

Permalink
CI: windows executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 12, 2024
1 parent 33dcb14 commit 7bd0d7e
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 @@ -40,5 +40,5 @@ jobs:
run: |
cmake -B build -DCMAKE_PREFIX_PATH=${{github.workspace}}/dist
cmake --build build
./build/run ${{github.workspace}}/wat/fib.wasm test-all
.\build\Debug\run.exe ${{github.workspace}}/wat/fib.wasm test-all
working-directory: ${{github.workspace}}/examples/run

0 comments on commit 7bd0d7e

Please sign in to comment.