Skip to content

Commit 67d77e8

Browse files
committed
Update wasi target name.
1 parent 9311686 commit 67d77e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ jobs:
178178
toolchain: ${{ matrix.rust }}
179179
- run: >
180180
rustup target add
181-
wasm32-wasi
182-
- run: cargo check --workspace --release -vv --target=wasm32-wasi
181+
wasm32-wasip1
182+
- run: cargo check --workspace --release -vv --target=wasm32-wasip1

0 commit comments

Comments
 (0)