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 05489be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rm
- uses: dtolnay/rust-toolchain@nightly
# More recent nightlies don't work, probably https://github.com/rust-lang/rust/issues/122399
- uses: dtolnay/rust-toolchain@nightly-2024-03-11
- name: Add Miri
run: rustup component add miri
- name: Setup Miri
Expand Down

0 comments on commit 05489be

Please sign in to comment.