Skip to content

Commit 52e82b6

Browse files
committed
Add protobuf-compiler dependency
- Add protobuf-compiler to fix protoc not found error - Required for building the API component with Protocol Buffers - Should resolve build script failure
1 parent bb63d24 commit 52e82b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/core-build-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
build-essential \
4040
libbpf-dev \
4141
linux-tools-generic \
42-
linux-tools-common
42+
linux-tools-common \
43+
protobuf-compiler
4344
4445
- name: Install bindgen-cli
4546
run: cargo install bindgen-cli

0 commit comments

Comments
 (0)