We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b00ab commit 2e7e744Copy full SHA for 2e7e744
.github/workflows/firestore-nightly.yml
@@ -51,6 +51,7 @@ jobs:
51
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
52
MINT_PATH: ${{ github.workspace }}/mint
53
TARGET_DATABASE_ID: ${{ matrix.databaseId }}
54
+ USE_LATEST_CMAKE: false
55
56
runs-on: ${{ matrix.os }}
57
steps:
@@ -79,6 +80,11 @@ jobs:
79
80
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \
81
Firestore/Example/App/GoogleService-Info.plist "$plist_secret"
82
83
+ - name: Setup cmake
84
+ uses: jwlawson/actions-setup-cmake@v2
85
+ with:
86
+ cmake-version: '3.31.1'
87
+
88
# Skipping terraform index creation because we are not allowed to download SA key json.
89
90
- name: Setup build
0 commit comments