Skip to content

Commit 38f60ee

Browse files
committed
Also update the github action to use wasm32-wasip1
1 parent e7912d6 commit 38f60ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
uses: actions/checkout@v2
99
- name: Install Rust
1010
uses: actions-rs/toolchain@v1
11-
- name: Add wasm32-wasi Rust target
12-
run: rustup target add wasm32-wasi
11+
- name: Add wasm32-wasip1 Rust target
12+
run: rustup target add wasm32-wasip1
1313
- name: Install rustfmt
1414
run: rustup component add rustfmt
1515
shell: bash

0 commit comments

Comments
 (0)