Skip to content

Commit

Permalink
Pin nightly version to avoid Miri failures
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Oct 18, 2022
1 parent 9243631 commit 1c4678b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-10-15
override: true
components: miri

Expand All @@ -118,4 +118,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: miri
args: test windows_clipboard --features image-data
args: test windows --features image-data

0 comments on commit 1c4678b

Please sign in to comment.