Skip to content

Commit c5e1c9e

Browse files
committed
Pin CI miri to nightly-2026-02-11
1 parent 58e2155 commit c5e1c9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ jobs:
9494
timeout-minutes: 45
9595
steps:
9696
- uses: actions/checkout@v6
97-
- uses: dtolnay/rust-toolchain@miri
97+
- uses: dtolnay/rust-toolchain@master
98+
with:
99+
toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
100+
components: miri, rust-src
98101
- run: cargo miri setup
99102
- run: cargo miri test
100103
env:

0 commit comments

Comments
 (0)