Skip to content

Commit a794dd5

Browse files
committed
chore: allow miri to use latest nightly once again
This reverts [#4825], which was to address Miri being broken on the latest nightly, possibly due to an issue in rustup. Rustup issue: rust-lang/rustup#3031 [#4825]: #4825
1 parent 3b6c74a commit a794dd5

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)