From 1c4678bcf77e1eb919f508806054fd487fd96ac1 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Mon, 17 Oct 2022 20:45:52 -0500 Subject: [PATCH] Pin nightly version to avoid Miri failures --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e47ab3f..030d450 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: steps: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2022-10-15 override: true components: miri @@ -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