We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb28f77 commit 27bdb21Copy full SHA for 27bdb21
1 file changed
Tools/CI/run_cmb_service.sh
@@ -69,7 +69,7 @@ cd ./mps-common-multiplayer-backend/runtime
69
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
70
71
# Install ProtoBuffer Compiler
72
-apt install -y protobuf-compiler
+apt-get install -y protobuf-compiler
73
74
# Add the cargo bin directory to the PATH
75
export PATH="$HOME/.cargo/bin:$PATH"
0 commit comments