Skip to content

Commit e168508

Browse files
committed
Pin nightly toolchain used for miri job
1 parent f5934e4 commit e168508

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
@@ -78,6 +78,8 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080
- uses: dtolnay/rust-toolchain@miri
81+
with:
82+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
8183
- run: cargo miri setup
8284
- run: cargo miri test
8385
env:

0 commit comments

Comments
 (0)