Page MenuHomePhabricator

D11478.id38548.diff
No OneTemporary

D11478.id38548.diff

diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -26,6 +26,11 @@
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: python -m pip install packaging setuptools
diff --git a/.github/workflows/eslint_flow_jest.yml b/.github/workflows/eslint_flow_jest.yml
--- a/.github/workflows/eslint_flow_jest.yml
+++ b/.github/workflows/eslint_flow_jest.yml
@@ -16,6 +16,11 @@
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: python -m pip install packaging setuptools
diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -45,6 +45,11 @@
- 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: python -m pip install packaging setuptools
diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml
--- a/.github/workflows/macos_ci.yml
+++ b/.github/workflows/macos_ci.yml
@@ -20,6 +20,11 @@
- name: Checkout
uses: actions/checkout@v3
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v4
+ with:
+ python-version: 3.12
+
- name: Fix node-gyp
run: python -m pip install packaging setuptools

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 10:21 PM (20 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2580942
Default Alt Text
D11478.id38548.diff (1 KB)

Event Timeline