From 70f98c4a19023f50468bb52c5b484b45ffcacb40 Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 18 Oct 2023 02:18:13 +0200 Subject: [PATCH] ci: Add protobuf-compiler to build deps --- ci/install-build-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install-build-deps.sh b/ci/install-build-deps.sh index aed837db5b6..e1bcdc556bd 100755 --- a/ci/install-build-deps.sh +++ b/ci/install-build-deps.sh @@ -6,3 +6,4 @@ sudo apt update sudo apt install libudev-dev -y sudo apt install binutils-dev -y sudo apt install libunwind-dev -y +sudo apt install protobuf-compiler -y