Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3395077
D11620.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11620.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11620: [GH Actions] Fix mobile release actions
Attached
Detach File
Event Timeline
Log In to Comment