Skip to content

Commit a132367

Browse files
authored
Fix: GitHub CI
1 parent 136b481 commit a132367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: ${{ matrix.os == 'android' }}
118118
run: |
119119
sudo apt update
120-
sudo apt install --yes --no-install-recommends protobuf-compiler
120+
sudo apt install --yes --no-install-recommends protobuf-compiler libprotobuf-dev
121121
cargo install cargo-ndk --force
122122
- name: Install musl libc (linux x86_64 | linux arm64)
123123
if: ${{ contains(fromJSON('["x86_64", "arm64"]'), matrix.arch) && matrix.os == 'linux' }}

0 commit comments

Comments
 (0)