Skip to content

Commit 40ddf7e

Browse files
authored
chore(ci): fix wasm tests
see here rust-lang/compiler-team#607 for more info Pull-Request: #5805.
1 parent 75b6dfe commit 40ddf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
os: ubuntu-latest
134134
- target: "wasm32-unknown-emscripten"
135135
os: ubuntu-latest
136-
- target: "wasm32-wasi"
136+
- target: "wasm32-wasip1"
137137
os: ubuntu-latest
138138
- target: "x86_64-apple-darwin"
139139
os: macos-latest

0 commit comments

Comments
 (0)