Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3249234
D6089.id20303.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
D6089.id20303.diff
View Options
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
@@ -27,8 +27,9 @@
- name: rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android
run: rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android
- - name: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y protobuf-compiler
- run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y protobuf-compiler
+ - name: Install Protobuf compiler
+ working-directory: ./native/android/scripts
+ run: sudo ./install_protobuf.sh
- name: Install Yarn
run: npm install -g yarn
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,9 @@
- name: rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android
run: rustup target add aarch64-linux-android arm-linux-androideabi i686-linux-android x86_64-linux-android
- - name: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y protobuf-compiler
- run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y protobuf-compiler
+ - name: Install Protobuf compiler
+ working-directory: ./native/android/scripts
+ run: sudo ./install_protobuf.sh
- name: Install Yarn
run: npm install -g yarn
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 12:51 PM (25 m, 52 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497918
Default Alt Text
D6089.id20303.diff (1 KB)
Attached To
Mode
D6089: [native] Reverting D5999 and D6000
Attached
Detach File
Event Timeline
Log In to Comment