Skip to content

Commit 1bc858d

Browse files
committed
install prereqs after installing py3
1 parent a2e2473 commit 1bc858d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ jobs:
156156
with:
157157
path: sdk-src
158158

159-
- name: install prerequisites
160-
run: sdk-src/build_scripts/ios/install_prereqs.sh
161-
162159
- name: Setup python
163160
uses: actions/setup-python@v2
164161
with:
165162
python-version: 3.7
166163

164+
- name: install prerequisites
165+
run: sdk-src/build_scripts/ios/install_prereqs.sh
166+
167167
- name: build sdk
168168
run: |
169169
python sdk-src/scripts/gha/build_ios_tvos.py -b firebase-cpp-sdk-ios-tvos-build -s sdk-src

0 commit comments

Comments
 (0)