8000 gh: add protobuf-compiler to fix CI · arduino/ArduinoCore-zephyr@0c15649 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c15649

Browse files
committed
gh: add proto 8000 buf-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)
0