Skip to content

Commit da3998a

Browse files
committed
Pin nightly toolchain used for miri job
1 parent b9de365 commit da3998a

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
@@ -157,6 +157,8 @@ jobs:
157157
steps:
158158
- uses: actions/checkout@v4
159159
- uses: dtolnay/rust-toolchain@miri
160+
with:
161+
toolchain: nightly-2025-05-16 # https://github.com/rust-lang/miri/issues/4323
160162
- run: cargo miri setup
161163
- run: cd serde && cargo miri test --features derive,rc,unstable
162164
env:

0 commit comments

Comments
 (0)