Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c15649

Browse files
committedMay 26, 2025·
gh: add protobuf-compiler to fix CI
1 parent 1f44932 commit 0c15649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: /opt
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache
23+
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache protobuf-compiler
2424
2525
- uses: actions/checkout@v4
2626
with:

0 commit comments

Comments
 (0)
Please sign in to comment.