Skip to content

Commit fc6b669

Browse files
committed
add missing needs
1 parent 72e2f89 commit fc6b669

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,15 @@ jobs:
127127
name: tests-windows
128128
retention-days: 2
129129

130-
tests-windows:
130+
tests-windows-run:
131131
strategy:
132132
matrix:
133133
rust-target:
134134
- 'x86_64-pc-windows-gnu'
135135
- 'x86_64-pc-windows-msvc'
136136
runs-on: windows-latest
137+
needs:
138+
- tests-windows-build
137139
steps:
138140
- uses: actions/checkout@v2
139141
- uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)