Skip to content

Commit

Permalink
Merge pull request #975 from andyleiserson/nightly
Browse files Browse the repository at this point in the history
Pin nightly for miri checks
  • Loading branch information
andyleiserson authored Mar 15, 2024
2 parents 4089860 + f682f9d commit d574a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/rm
- uses: dtolnay/rust-toolchain@nightly
with:
# More recent nightlies don't work, probably https://github.com/rust-lang/rust/issues/122399
toolchain: nightly-2024-03-11
- name: Add Miri
run: rustup component add miri
- name: Setup Miri
Expand Down

0 comments on commit d574a7c

Please sign in to comment.