We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136b481 commit a132367Copy full SHA for a132367
.github/workflows/build.yaml
@@ -117,7 +117,7 @@ jobs:
117
if: ${{ matrix.os == 'android' }}
118
run: |
119
sudo apt update
120
- sudo apt install --yes --no-install-recommends protobuf-compiler
+ sudo apt install --yes --no-install-recommends protobuf-compiler libprotobuf-dev
121
cargo install cargo-ndk --force
122
- name: Install musl libc (linux x86_64 | linux arm64)
123
if: ${{ contains(fromJSON('["x86_64", "arm64"]'), matrix.arch) && matrix.os == 'linux' }}
0 commit comments