Skip to content

Commit eb28f77

Browse files
update
Installing the protobuffer compiler before building the Rust server.
1 parent 8890554 commit eb28f77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ cd ./mps-common-multiplayer-backend/runtime
6767

6868
# Install rust
6969
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
70+
71+
# Install ProtoBuffer Compiler
72+
apt install -y protobuf-compiler
73+
7074
# Add the cargo bin directory to the PATH
7175
export PATH="$HOME/.cargo/bin:$PATH"
7276

0 commit comments

Comments
 (0)