Skip to content

Commit 8df06a5

Browse files
committed
update workflow
1 parent 7dea9ad commit 8df06a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cargo clippy -- -D warnings
2727
- name: Run tests
2828
run: cargo test
29-
- name: Add wasm32-wasi target
30-
run: rustup target add wasm32-wasi
31-
- name: Build with wasm32-wasi target
32-
run: cargo build --release --target wasm32-wasi
29+
- name: Add wasm32-wasip1 target
30+
run: rustup target add wasm32-wasip1
31+
- name: Build with wasm32-wasip1 target
32+
run: cargo build --release --target wasm32-wasip1

0 commit comments

Comments
 (0)