Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3494838
D6080.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
D6080.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
Fri, Dec 20, 6:54 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2678316
Default Alt Text
D6080.diff (1 KB)
Attached To
Mode
D6080: [CI] Try installing `protoc` with script instead of `apt`
Attached
Detach File
Event Timeline
Log In to Comment