Skip to content

Commit cd2cdb4

Browse files
authored
Miri is failing on latest nightly: pin nightly to last known working version (#11421)
# Objective - rust-lang/rust#118553 seems to have broken miri test ## Solution - Pin nightly to before it was merged
1 parent 7125dcb commit cd2cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12-
NIGHTLY_TOOLCHAIN: nightly
12+
NIGHTLY_TOOLCHAIN: nightly-2024-01-17
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)