Skip to content

Commit 5cf22e4

Browse files
authored
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: rust-lang/rustup#3031 [#4825]: #4825
1 parent 14fca34 commit 5cf22e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Install Rust ${{ env.rust_nightly }}
196196
uses: actions-rs/toolchain@v1
197197
with:
198-
toolchain: nightly-2022-07-10
198+
toolchain: nightly
199199
components: miri
200200
override: true
201201
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)