Page MenuHomePhabricator

D11620.diff
No OneTemporary

D11620.diff

diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -19,8 +19,13 @@
working-directory: ./scripts
run: sudo ./install_protobuf.sh
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v4
+ with:
+ python-version: 3.12
+
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml
--- a/.github/workflows/ios_release.yml
+++ b/.github/workflows/ios_release.yml
@@ -38,8 +38,13 @@
- name: brew install protobuf
run: brew install protobuf
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v4
+ with:
+ python-version: 3.12
+
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 2, 1:34 AM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2606434
Default Alt Text
D11620.diff (1 KB)

Event Timeline