Skip to content

Commit fdb1f08

Browse files
committed
ci: tweak
1 parent 619a915 commit fdb1f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ jobs:
141141
version: "42.0.1"
142142

143143
- name: Build for WASI
144-
run: cargo build --target wasm32-wasip2 --workspace --verbose
144+
run: cargo +nightly-2025-11-24 build --target wasm32-wasip1-threads --workspace --verbose
145145

146146
- name: Build examples for WASI
147-
run: cargo build --examples --target wasm32-wasip2 --verbose
147+
run: cargo +nightly-2025-11-24 build --examples --target wasm32-wasip1-threads --verbose
148148

149149
- name: Test for WASI
150150
# `--lib --bins --tests` is to skip doc tests

0 commit comments

Comments
 (0)