Skip to content

Commit

Permalink
chore: fix ci by hard-coding nightly version for miri (#4825)
Browse files Browse the repository at this point in the history
It would seem that the latest nightly is having issues, so I went with the one from yesterday (2022-7-10).
  • Loading branch information
Noah-Kennedy committed Jul 12, 2022
1 parent ad942de commit be620e9
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: ${{ env.rust_nightly }}
toolchain: nightly-2022-07-10
components: miri
override: true
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit be620e9

Please sign in to comment.