Skip to content

Commit 2a0a7a3

Browse files
committed
force an earlier nightly for miri
1 parent a6e0aa1 commit 2a0a7a3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,18 @@ jobs:
186186
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
187187

188188
- name: Install Rust Toolchain
189-
run: rustup update nightly
189+
run: rustup update nightly-2026-02-11
190190

191191
- name: Install Miri
192192
run: |
193-
rustup toolchain install nightly --component miri
194-
cargo +nightly miri setup
193+
rustup toolchain install nightly-2026-02-11 --component miri
194+
cargo +nightly-2026-02-11 miri setup
195195
196196
- name: Default features
197-
run: cargo +nightly miri test --lib --all-features
197+
run: cargo +nightly-2026-02-11 miri test --lib --all-features
198198

199199
- name: BE
200-
run: cargo +nightly miri test --target s390x-unknown-linux-gnu --lib --all-features
200+
run: cargo +nightly-2026-02-11 miri test --target s390x-unknown-linux-gnu --lib --all-features
201201

202202
clippy:
203203
name: Build / Clippy

0 commit comments

Comments
 (0)