Skip to content

Commit

Permalink
ci: fix a build dir mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Nov 22, 2023
1 parent 7637adc commit 5757854
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 @@ -417,7 +417,7 @@ jobs:
- name: Test "hostfunc" example with the library we built
if: matrix.BUILD_TYPE == 'Release' && matrix.arch == 'native'
run: |
./test/build-example.sh hostfunc ${{env.builddir}}/toywasm-v*.tgz example-build-hostfunc
./test/build-example.sh hostfunc ${{env.builddir}}/toywasm-v*.tgz build
cd examples/hostfunc/wasm
pax -rvzf hostfunc-test-wasm.tgz
cd ..
Expand Down

0 comments on commit 5757854

Please sign in to comment.