Skip to content

Commit 720c454

Browse files
committed
ci: tweak
1 parent fdb1f08 commit 720c454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

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

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

149149
- name: Test for WASI
150150
# `--lib --bins --tests` is to skip doc tests
151-
run: cargo +nightly-2025-11-24 test --target wasm32-wasip1-threads --lib --bins --tests --workspace --exclude rolldown-notify-debouncer-full --exclude rolldown-notify-debouncer-mini --verbose -- --nocapture
151+
run: cargo +nightly-2025-11-21 test --target wasm32-wasip1-threads --lib --bins --tests --workspace --exclude rolldown-notify-debouncer-full --exclude rolldown-notify-debouncer-mini --verbose -- --nocapture
152152
env:
153153
WASMTIME_BACKTRACE_DETAILS: 1

0 commit comments

Comments
 (0)