chore: fix ci by hard-coding nightly version for miri (#4825)

It would seem that the latest nightly is having issues, so I went with the one from yesterday (2022-7-10).
This commit is contained in:
Noah Kennedy 2022-07-11 21:14:27 -05:00 committed by GitHub
parent ad942de2b7
commit be620e913d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ jobs:
- name: Install Rust ${{ env.rust_nightly }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.rust_nightly }}
toolchain: nightly-2022-07-10
components: miri
override: true
- uses: Swatinem/rust-cache@v1