Skip to content

Commit d5d2065

Browse files
committed
fix nightly for miri to 2022-06-08 to avoid timeouts (#4984)
# Objective - Fix timeout in miri ## Solution - Use a nightly version from before the issue happened: 2022-06-08 - To be checked after rust-lang/miri#2223 is fixed
1 parent 57b4620 commit d5d2065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.toml') }}
8888
- uses: actions-rs/toolchain@v1
8989
with:
90-
toolchain: nightly
90+
# TODO: check again with nightly once https://github.com/rust-lang/miri/issues/2223 is fixed
91+
toolchain: nightly-2022-06-08
9192
components: miri
9293
override: true
9394
- name: Install alsa and udev

0 commit comments

Comments
 (0)