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 a2e2473 commit 1bc858dCopy full SHA for 1bc858d
.github/workflows/cpp-packaging.yml
@@ -156,14 +156,14 @@ jobs:
156
with:
157
path: sdk-src
158
159
- - name: install prerequisites
160
- run: sdk-src/build_scripts/ios/install_prereqs.sh
161
-
162
- name: Setup python
163
uses: actions/setup-python@v2
164
165
python-version: 3.7
166
+ - name: install prerequisites
+ run: sdk-src/build_scripts/ios/install_prereqs.sh
+
167
- name: build sdk
168
run: |
169
python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build -s sdk-src
0 commit comments