Skip to content

Commit

Permalink
Pin nightly for miri checks
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Mar 15, 2024
1 parent cc5d71c commit f682f9d
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 f682f9d

Please sign in to comment.