Skip to content

Commit 829aeb2

Browse files
committed
Use renamed WASI target
1 parent 293d206 commit 829aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
needs: check
153153
strategy:
154154
matrix:
155-
target: [wasm32-unknown-unknown, wasm32-wasi]
155+
target: [wasm32-unknown-unknown, wasm32-wasip1]
156156
runs-on: ubuntu-latest
157157
steps:
158158
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)