Skip to content

Commit 9e4c1ba

Browse files
committed
fix nightly for miri
1 parent cbf0324 commit 9e4c1ba

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)