Skip to content

Commit

Permalink
fix(dev): add libprotobuf-dev in setup-ubuntu.sh (#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 committed Aug 27, 2024
1 parent f814e1b commit 2fd69db
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 2fd69db

Please sign in to comment.