Skip to content

Commit a461292

Browse files
committed
adding a step to install python in ios build.
1 parent c7b5c7b commit a461292

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cpp-packaging.yml

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

159+
- name: Setup python
160+
uses: actions/setup-python@v2
161+
with:
162+
python-version: 3.7
163+
159164
- name: install prerequisites
160165
run: sdk-src/build_scripts/ios/install_prereqs.sh
161166

0 commit comments

Comments
 (0)