Skip to content

Commit 4785b41

Browse files
committed
Fix WASI target name
1 parent f37cb6e commit 4785b41

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
@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
target: [wasm32-wasi]
121+
target: [wasm32-wasip1]
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Install rust

0 commit comments

Comments
 (0)