Skip to content

Commit 3b20376

Browse files
committed
fix nightly for miri
1 parent 57b4620 commit 3b20376

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)