Skip to content

Commit 11f0e81

Browse files
committed
Pin nightly toolchain used for miri job
1 parent d04c999 commit 11f0e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v4
132132
- uses: dtolnay/rust-toolchain@miri
133+
with:
134+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
133135
- run: cargo miri setup
134136
- run: cargo miri test
135137
env:

0 commit comments

Comments
 (0)