Skip to content

Commit

Permalink
chore: allow miri to use latest nightly once again (#4833)
Browse files Browse the repository at this point in the history
This reverts [#4825], as miri seems to be working again on the latest nightly.

I had originally thought it was this issue with rustup which was to blame, but this seems to be wrong: rust-lang/rustup#3031

[#4825]: #4825
  • Loading branch information
Noah-Kennedy committed Jul 13, 2022
1 parent 14fca34 commit 5cf22e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install Rust ${{ env.rust_nightly }}
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-07-10
toolchain: nightly
components: miri
override: true
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 5cf22e4

Please sign in to comment.