Skip to content

Commit

Permalink
Install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Sep 16, 2024
1 parent e95d5f4 commit 1c666d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install -y cmake build-essential libzmq3-dev libprotobuf-dev protobuf-compiler openssl
sudo apt-get install -y cmake build-essential libzmq3-dev openssl \
libz-dev libprotobuf-c-dev protobuf-c-compiler \
libprotobuf-dev protobuf-compiler libprotoc-dev libzstd-dev
- name: Generate pre-installation file list
shell: bash
Expand Down

0 comments on commit 1c666d3

Please sign in to comment.