mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: allow miri to use latest nightly once again (#4833)
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: https://github.com/rust-lang/rustup/issues/3031 [#4825]: https://github.com/tokio-rs/tokio/pull/4825
This commit is contained in:
parent
14fca343d5
commit
5cf22e48c5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user