Skip to content

Commit 1091cc2

Browse files
committed
Pin nightly toolchain used for miri job
1 parent 0e82bea commit 1091cc2

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
@@ -210,6 +210,8 @@ jobs:
210210
steps:
211211
- uses: actions/checkout@v4
212212
- uses: dtolnay/rust-toolchain@miri
213+
with:
214+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
213215
- run: cargo miri setup
214216
- run: cargo miri test
215217
env:

0 commit comments

Comments
 (0)