File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
if : contains(matrix.config.os, 'win')
62
62
shell : bash
63
63
run : |
64
- choco install ninja cmake
64
+ choco install ninja
65
65
66
66
- name : ' 🛠️ macOS build dependencies'
67
67
if : contains(matrix.config.os, 'macOS')
Original file line number Diff line number Diff line change 71
71
if : contains(matrix.config.name, 'MSVC 64')
72
72
shell : bash
73
73
run : |
74
- choco install ninja cmake
74
+ choco install ninja
75
75
ninja --version
76
76
cmake --version
77
77
mkdir build
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
if : contains(matrix.config.name, 'MSVC 64')
168
168
shell : bash
169
169
run : |
170
- choco install ninja cmake
170
+ choco install ninja
171
171
ninja --version
172
172
cmake --version
173
173
mkdir build
@@ -193,7 +193,7 @@ jobs:
193
193
if : contains(matrix.config.name, 'MSVC 32')
194
194
shell : bash
195
195
run : |
196
- choco install ninja cmake
196
+ choco install ninja
197
197
ninja --version
198
198
cmake --version
199
199
mkdir build
Original file line number Diff line number Diff line change 68
68
if : runner.os == 'Windows'
69
69
shell : bash
70
70
run : |
71
- choco install ninja cmake
71
+ choco install ninja
72
72
73
73
- name : ' 🛠️ macOS dependencies'
74
74
if : runner.os == 'macOS'
@@ -264,7 +264,7 @@ jobs:
264
264
if : runner.os == 'Windows'
265
265
shell : bash
266
266
run : |
267
- choco install ninja cmake
267
+ choco install ninja
268
268
269
269
- name : ' 🛠️ macOS dependencies'
270
270
if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments