Skip to content

Commit bdc04c1

Browse files
committed
Fix CI after Rust update
1 parent 985caaa commit bdc04c1

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
@@ -318,7 +318,7 @@ jobs:
318318

319319
strategy:
320320
matrix:
321-
target: [ wasm32-unknown-unknown, wasm32-wasi ]
321+
target: [ wasm32-unknown-unknown, wasm32-wasip1 ]
322322

323323
env:
324324
TARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)