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-12 02:14:27 +00:00
committed by GitHub
parent ad942de2b7
commit be620e913d
+1 -1
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