File tree 6 files changed +39
-0
lines changed
6 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 51
51
architecture : ${{ fromJson(needs.prepare_matrix.outputs.matrix_architecture) }}
52
52
python_version : ${{ fromJson(needs.prepare_matrix.outputs.matrix_python_version) }}
53
53
steps :
54
+ - uses : lukka/get-cmake@latest
55
+ with :
56
+ cmakeVersion : " ~3.31.0"
54
57
- name : setup Xcode version (macos)
55
58
if : runner.os == 'macOS'
56
59
run : sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
Original file line number Diff line number Diff line change 53
53
# This check succeeds if Doxygen documentation generates without errors.
54
54
runs-on : ubuntu-22.04
55
55
steps :
56
+ - uses : lukka/get-cmake@latest
57
+ with :
58
+ cmakeVersion : " ~3.31.0"
56
59
- uses : actions/checkout@v3
57
60
with :
58
61
submodules : false
Original file line number Diff line number Diff line change 90
90
# Binutils 2.35.1 released Sep 19, 2020
91
91
binutils_version : " 2.35.1"
92
92
steps :
93
+ - uses : lukka/get-cmake@latest
94
+ with :
95
+ cmakeVersion : " ~3.31.0"
93
96
- name : setup Xcode version (macos)
94
97
if : runner.os == 'macOS'
95
98
run : sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
@@ -188,6 +191,9 @@ jobs:
188
191
runs-on : macos-13
189
192
if : ${{ github.event.inputs.downloadPublicVersion == '' && github.event.inputs.downloadPreviousRun == '' }}
190
193
steps :
194
+ - uses : lukka/get-cmake@latest
195
+ with :
196
+ cmakeVersion : " ~3.31.0"
191
197
- name : Store git credentials for all git commands
192
198
# Forces all git commands to use authenticated https, to prevent throttling.
193
199
shell : bash
@@ -248,6 +254,9 @@ jobs:
248
254
strategy :
249
255
fail-fast : false
250
256
steps :
257
+ - uses : lukka/get-cmake@latest
258
+ with :
259
+ cmakeVersion : " ~3.31.0"
251
260
- name : Force Java 11
252
261
shell : bash
253
262
run : echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
@@ -352,6 +361,9 @@ jobs:
352
361
architecture : " arm64"
353
362
354
363
steps :
364
+ - uses : lukka/get-cmake@latest
365
+ with :
366
+ cmakeVersion : " ~3.31.0"
355
367
- name : Store git credentials for all git commands
356
368
# Forces all git commands to use authenticated https, to prevent throttling.
357
369
shell : bash
Original file line number Diff line number Diff line change 95
95
- xcode_version : " 11.7"
96
96
architecture : " arm64"
97
97
steps :
98
+ - uses : lukka/get-cmake@latest
99
+ with :
100
+ cmakeVersion : " ~3.31.0"
98
101
- name : Store git credentials for all git commands
99
102
# Forces all git commands to use authenticated https, to prevent throttling.
100
103
shell : bash
@@ -296,6 +299,9 @@ jobs:
296
299
strategy :
297
300
fail-fast : false
298
301
steps :
302
+ - uses : lukka/get-cmake@latest
303
+ with :
304
+ cmakeVersion : " ~3.31.0"
299
305
- uses : actions/checkout@v3
300
306
with :
301
307
ref : ${{needs.check_and_prepare.outputs.github_ref}}
Original file line number Diff line number Diff line change @@ -286,6 +286,9 @@ jobs:
286
286
ssl_variant : openssl
287
287
arch : arm64
288
288
steps :
289
+ - uses : lukka/get-cmake@latest
290
+ with :
291
+ cmakeVersion : " ~3.31.0"
289
292
- uses : actions/checkout@v3
290
293
with :
291
294
ref : ${{needs.check_and_prepare.outputs.github_ref}}
@@ -424,6 +427,9 @@ jobs:
424
427
matrix :
425
428
os : ${{ fromJson(needs.check_and_prepare.outputs.matrix_os) }}
426
429
steps :
430
+ - uses : lukka/get-cmake@latest
431
+ with :
432
+ cmakeVersion : " ~3.31.0"
427
433
- uses : actions/checkout@v3
428
434
with :
429
435
ref : ${{needs.check_and_prepare.outputs.github_ref}}
@@ -535,6 +541,9 @@ jobs:
535
541
matrix :
536
542
os : [macos-13]
537
543
steps :
544
+ - uses : lukka/get-cmake@latest
545
+ with :
546
+ cmakeVersion : " ~3.31.0"
538
547
- uses : actions/checkout@v3
539
548
with :
540
549
ref : ${{needs.check_and_prepare.outputs.github_ref}}
@@ -640,6 +649,9 @@ jobs:
640
649
matrix :
641
650
os : [macos-13]
642
651
steps :
652
+ - uses : lukka/get-cmake@latest
653
+ with :
654
+ cmakeVersion : " ~3.31.0"
643
655
- uses : actions/checkout@v3
644
656
with :
645
657
ref : ${{needs.check_and_prepare.outputs.github_ref}}
Original file line number Diff line number Diff line change 44
44
os : [ 'macos-13' ]
45
45
xcode_version : ${{ fromJson(needs.prepare_matrix.outputs.matrix_xcode_version) }}
46
46
steps :
47
+ - uses : lukka/get-cmake@latest
48
+ with :
49
+ cmakeVersion : " ~3.31.0"
47
50
- name : Store git credentials for all git commands
48
51
# Forces all git commands to use authenticated https, to prevent throttling.
49
52
shell : bash
You can’t perform that action at this time.
0 commit comments