We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e2f89 commit fc6b669Copy full SHA for fc6b669
.github/workflows/rust.yml
@@ -127,13 +127,15 @@ jobs:
127
name: tests-windows
128
retention-days: 2
129
130
- tests-windows:
+ tests-windows-run:
131
strategy:
132
matrix:
133
rust-target:
134
- 'x86_64-pc-windows-gnu'
135
- 'x86_64-pc-windows-msvc'
136
runs-on: windows-latest
137
+ needs:
138
+ - tests-windows-build
139
steps:
140
- uses: actions/checkout@v2
141
- uses: actions/download-artifact@v1
0 commit comments