File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
testing-debug-x86 :
178
178
name : Testing Debug (x86)
179
179
runs-on : windows-latest
180
- needs : building-debug-x86
180
+ needs : analysis
181
181
182
182
steps :
183
183
- name : Downloading Debug (x86)
@@ -195,7 +195,7 @@ jobs:
195
195
testing-debug-x86-64 :
196
196
name : Testing Debug (x86_64)
197
197
runs-on : windows-latest
198
- needs : building-debug-x86-64
198
+ needs : analysis
199
199
200
200
steps :
201
201
- name : Downloading Debug (x86_64)
@@ -213,7 +213,7 @@ jobs:
213
213
testing-release-x86 :
214
214
name : Testing Release (x86)
215
215
runs-on : windows-latest
216
- needs : building-release-x86
216
+ needs : analysis
217
217
218
218
steps :
219
219
- name : Downloading Release (x86)
@@ -231,7 +231,7 @@ jobs:
231
231
testing-release-x86-64 :
232
232
name : Testing Release (x86_64)
233
233
runs-on : windows-latest
234
- needs : building-release-x86-64
234
+ needs : analysis
235
235
236
236
steps :
237
237
- name : Downloading Release (x86_64)
You can’t perform that action at this time.
0 commit comments