From e775dbde79af48bfec3f1a5a795c25034469b4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 1 Jun 2022 02:30:00 +1200 Subject: [PATCH] nope --- .github/workflows/merge.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 7495533..b5cc09a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -57,6 +57,8 @@ jobs: - if: "matrix.platform == 'windows'" shell: powershell run: cargo test --test platformed vt_ris - - if: "matrix.platform == 'windows'" + + # remove toolchain restriction when bumping msrv above 1.51 + - if: "matrix.platform == 'windows' && matrix.toolchain == 'stable'" shell: powershell - run: cd tests/win10; cargo +${{ matrix.toolchain }} run + run: cd tests/win10; cargo run