File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,11 @@ jobs:
142
142
with :
143
143
python-version : ' 3.11'
144
144
145
+ - name : Setup cmake
146
+ uses : jwlawson/actions-setup-cmake@v2
147
+ with :
148
+ cmake-version : ' 3.16.x'
149
+
145
150
- name : Setup build
146
151
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
147
152
@@ -230,6 +235,11 @@ jobs:
230
235
GOOGLE_APPLICATION_CREDENTIALS : ../google-service-account.json
231
236
continue-on-error : true
232
237
238
+ - name : Setup cmake
239
+ uses : jwlawson/actions-setup-cmake@v2
240
+ with :
241
+ cmake-version : ' 3.16.x'
242
+
233
243
- name : Setup build
234
244
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
235
245
@@ -271,6 +281,11 @@ jobs:
271
281
with :
272
282
python-version : ' 3.11'
273
283
284
+ - name : Setup cmake
285
+ uses : jwlawson/actions-setup-cmake@v2
286
+ with :
287
+ cmake-version : ' 3.16.x'
288
+
274
289
- name : Setup build
275
290
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
276
291
@@ -317,6 +332,11 @@ jobs:
317
332
with :
318
333
python-version : ' 3.11'
319
334
335
+ - name : Setup cmake
336
+ uses : jwlawson/actions-setup-cmake@v2
337
+ with :
338
+ cmake-version : ' 3.16.x'
339
+
320
340
- name : Setup build
321
341
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
322
342
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ case "$project-$platform-$method" in
104
104
;;
105
105
106
106
Firestore-iOS-cmake | Firestore-tvOS-cmake | Firestore-macOS-cmake)
107
- brew outdated cmake || brew upgrade cmake
108
107
brew outdated go || brew upgrade go # Somehow the build for Abseil requires this.
109
108
brew install ccache
110
109
brew install ninja
You can’t perform that action at this time.
0 commit comments