Skip to content

Commit 2e7e744

Browse files
committed
set cmake for nightly
1 parent f4b00ab commit 2e7e744

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/firestore-nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
5252
MINT_PATH: ${{ github.workspace }}/mint
5353
TARGET_DATABASE_ID: ${{ matrix.databaseId }}
54+
USE_LATEST_CMAKE: false
5455

5556
runs-on: ${{ matrix.os }}
5657
steps:
@@ -79,6 +80,11 @@ jobs:
7980
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \
8081
Firestore/Example/App/GoogleService-Info.plist "$plist_secret"
8182

83+
- name: Setup cmake
84+
uses: jwlawson/actions-setup-cmake@v2
85+
with:
86+
cmake-version: '3.31.1'
87+
8288
# Skipping terraform index creation because we are not allowed to download SA key json.
8389

8490
- name: Setup build

0 commit comments

Comments
 (0)