File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments