We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f44932 commit 0c15649Copy full SHA for 0c15649
.github/workflows/package_core.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: /opt
21
run: |
22
sudo apt-get update
23
- sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache
+ sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache protobuf-compiler
24
25
- uses: actions/checkout@v4
26
with:
0 commit comments