Skip to content

Commit

Permalink
CI: Add protobuf-compiler dependency for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 15, 2024
1 parent 7c8c4cb commit 21b50b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
${{ matrix.pkgs }} cmake git golang libbrotli-dev \
libgtest-dev liblz4-dev libpcre2-dev libprotobuf-dev libunwind-dev \
libzstd-dev make pandoc pkg-config xz-utils
libzstd-dev make pandoc pkg-config protobuf-compiler xz-utils
- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 21b50b6

Please sign in to comment.