Skip to content

Commit

Permalink
fix(dev): add libprotobuf-dev in setup-ubuntu.sh (apache#603)
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen authored and Elssky committed Oct 8, 2024
1 parent 280dd69 commit 25ff2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/release/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ id=$(. /etc/os-release && echo ${ID})

apt-get install -y -q --no-install-recommends \
build-essential \
libprotobuf-dev \
cmake \
git \
gnupg \
Expand Down

0 comments on commit 25ff2f9

Please sign in to comment.