We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf0324 commit 9e4c1baCopy full SHA for 9e4c1ba
.github/workflows/ci.yml
@@ -87,7 +87,8 @@ jobs:
87
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.toml') }}
88
- uses: actions-rs/toolchain@v1
89
with:
90
- toolchain: nightly
+ # TODO: check again with nightly once https://github.com/rust-lang/miri/issues/2223 is fixed
91
+ toolchain: nightly-2022-06-08
92
components: miri
93
override: true
94
- name: Install alsa and udev
0 commit comments