Skip to content

Commit 94dea89

Browse files
committed
Fix CI
1 parent 5faea84 commit 94dea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup `wasmtime`
3838
uses: bytecodealliance/actions/wasmtime/setup@v1
3939
if: matrix.target == 'wasm32-wasip1'
40-
- run: echo CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime
40+
- run: echo CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime >> $GITHUB_ENV
4141
if: matrix.target == 'wasm32-wasip1'
4242

4343
- run: cargo test

0 commit comments

Comments
 (0)