We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bfc3c commit 63569bcCopy full SHA for 63569bc
1 file changed
Tools/CI/run_cmb_service.sh
@@ -71,6 +71,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
71
# Install Protocol Buffer Compiler
72
apt-get install -y protobuf-compiler
73
74
+# Add the Protocol Buffer Compiler install PROTOC
75
+export PROTOC="$HOME/.local/bin/protoc"
76
+
77
# Add the Protocol Buffer Compiler install location to the path
78
export PATH="$HOME/.local/bin:$PATH"
79
0 commit comments