Skip to content

Commit 21b50b6

Browse files
committed
CI: Add protobuf-compiler dependency for ubuntu
1 parent 7c8c4cb commit 21b50b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
1414
${{ matrix.pkgs }} cmake git golang libbrotli-dev \
1515
libgtest-dev liblz4-dev libpcre2-dev libprotobuf-dev libunwind-dev \
16-
libzstd-dev make pandoc pkg-config xz-utils
16+
libzstd-dev make pandoc pkg-config protobuf-compiler xz-utils
1717
- name: checkout
1818
uses: actions/checkout@v4
1919
with:

0 commit comments

Comments
 (0)