Skip to content

Commit 63569bc

Browse files
update
Adding PROTOC environment variable.
1 parent d9bfc3c commit 63569bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7171
# Install Protocol Buffer Compiler
7272
apt-get install -y protobuf-compiler
7373

74+
# Add the Protocol Buffer Compiler install PROTOC
75+
export PROTOC="$HOME/.local/bin/protoc"
76+
7477
# Add the Protocol Buffer Compiler install location to the path
7578
export PATH="$HOME/.local/bin:$PATH"
7679

0 commit comments

Comments
 (0)