Skip to content

Commit

Permalink
fix: include proto files in CI script
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
  • Loading branch information
bsbds committed Aug 31, 2023
1 parent ac106fe commit 7345366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ apt-get install -y cmake g++ expect
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.10/protoc-21.10-linux-x86_64.zip
unzip protoc-21.10-linux-x86_64.zip -d .local
mv "$(pwd)/.local/bin/protoc" /bin/
mv "$(pwd)/.local/include/google" /usr/include/

0 comments on commit 7345366

Please sign in to comment.