Skip to content

Commit e775dbd

Browse files
committed
nope
1 parent 25e79a3 commit e775dbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/merge.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- if: "matrix.platform == 'windows'"
5858
shell: powershell
5959
run: cargo test --test platformed vt_ris
60-
- if: "matrix.platform == 'windows'"
60+
61+
# remove toolchain restriction when bumping msrv above 1.51
62+
- if: "matrix.platform == 'windows' && matrix.toolchain == 'stable'"
6163
shell: powershell
62-
run: cd tests/win10; cargo +${{ matrix.toolchain }} run
64+
run: cd tests/win10; cargo run

0 commit comments

Comments
 (0)