Skip to content

Commit

Permalink
fix(ci): missing protobuf-compiler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Mar 12, 2024
1 parent d214b48 commit 66e6283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ function install_dependencies_ubuntu() {
make \
mold \
nasm \
pkg-config
pkg-config \
protobuf-compiler

if [ "x${DEEPSTREAM_INSTALL}" = 'xtrue' ]; then
install_dependencies_ubuntu_deepstream
Expand Down

0 comments on commit 66e6283

Please sign in to comment.