Skip to content

Commit f9b2b21

Browse files
committed
Pin nightly toolchain used for miri job
1 parent b3a5919 commit f9b2b21

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
@@ -92,6 +92,8 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v4
9494
- uses: dtolnay/rust-toolchain@miri
95+
with:
96+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
9597
- run: cargo miri setup
9698
- run: cargo miri test
9799
env:

0 commit comments

Comments
 (0)