Skip to content

Commit

Permalink
chore: allow miri to use latest nightly once again
Browse files Browse the repository at this point in the history
This reverts [#4825], which was to address Miri being broken on the latest nightly, possibly due to an issue in rustup.

Rustup issue: rust-lang/rustup#3031

[#4825]: #4825
  • Loading branch information
Noah-Kennedy committed Jul 13, 2022
1 parent 3b6c74a commit a794dd5
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 @@ -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 a794dd5

Please sign in to comment.