ci: Installing protobuf compiler in CI

This commit is contained in:
Swapnil Kumbhar 2022-10-07 20:27:23 -07:00
parent d6f5c34478
commit 2cddad3287

@ -42,7 +42,11 @@ script_runner = "@shell"
script = [
"""
echo --- Running coverage tests ---
# Install Protobuf compiler
cargo make install_protobuf_compiler
export PATH="$PATH":"$HOME/.pub-cache/bin"
cd rust-lib/
CARGO_INCREMENTAL=0 \
@ -59,6 +63,11 @@ script_runner = "@shell"
script = [
"""
echo --- Running coverage tests ---
# Install Protobuf compiler
cargo make install_protobuf_compiler
export PATH="$PATH":"$HOME/.pub-cache/bin"
cd ../shared-lib
CARGO_INCREMENTAL=0 \