File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 23
23
jobs :
24
24
build-emscripten :
25
25
runs-on : ubuntu-24.04
26
+ needs : build-linux-6
26
27
strategy :
27
28
matrix :
28
29
cfg :
@@ -117,6 +118,7 @@ jobs:
117
118
118
119
build-vs2022 :
119
120
runs-on : windows-2022
121
+ needs : build-linux-64
120
122
strategy :
121
123
matrix :
122
124
platform : [x64, ARM64, ARM64EC]
@@ -165,6 +167,7 @@ jobs:
165
167
166
168
build-vs2019 :
167
169
runs-on : windows-2019
170
+ needs : build-linux-6
168
171
strategy :
169
172
matrix :
170
173
platform : [x64]
@@ -223,6 +226,7 @@ jobs:
223
226
224
227
rpi-build :
225
228
runs-on : ubuntu-24.04
229
+ needs : build-linux-6
226
230
strategy :
227
231
matrix :
228
232
cfg :
@@ -286,6 +290,7 @@ jobs:
286
290
287
291
build-ios-tvos :
288
292
runs-on : macos-15
293
+ needs : build-linux-6
289
294
strategy :
290
295
matrix :
291
296
cfg :
@@ -453,6 +458,7 @@ jobs:
453
458
454
459
build-macos :
455
460
runs-on : macos-15
461
+ needs : build-linux-6
456
462
strategy :
457
463
matrix :
458
464
cfg :
You can’t perform that action at this time.
0 commit comments