Skip to content

Commit

Permalink
Miri is failing on latest nightly: pin nightly to last known working …
Browse files Browse the repository at this point in the history
…version (#11421)

# Objective

- rust-lang/rust#118553 seems to have broken
miri test

## Solution

- Pin nightly to before it was merged
  • Loading branch information
mockersf authored Jan 19, 2024
1 parent 7125dcb commit cd2cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CARGO_TERM_COLOR: always
NIGHTLY_TOOLCHAIN: nightly
NIGHTLY_TOOLCHAIN: nightly-2024-01-17

jobs:
build:
Expand Down

0 comments on commit cd2cdb4

Please sign in to comment.