Skip to content

Commit d9bfc3c

Browse files
update
Adding the environment variable to what I "think" is the correct location of the install.
1 parent 27bdb21 commit d9bfc3c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ cd ./mps-common-multiplayer-backend/runtime
6868
# Install rust
6969
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7070

71-
# Install ProtoBuffer Compiler
71+
# Install Protocol Buffer Compiler
7272
apt-get install -y protobuf-compiler
7373

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

0 commit comments

Comments
 (0)