Skip to content

Commit

Permalink
fix nightly for miri
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 11, 2022
1 parent cbf0324 commit 9e4c1ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
# TODO: check again with nightly once https://github.com/rust-lang/miri/issues/2223 is fixed
toolchain: nightly-2022-06-08
components: miri
override: true
- name: Install alsa and udev
Expand Down

0 comments on commit 9e4c1ba

Please sign in to comment.