We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faea84 commit 94dea89Copy full SHA for 94dea89
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup `wasmtime`
38
uses: bytecodealliance/actions/wasmtime/setup@v1
39
if: matrix.target == 'wasm32-wasip1'
40
- - run: echo CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime
+ - run: echo CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime >> $GITHUB_ENV
41
42
43
- run: cargo test
0 commit comments