Skip to content

Commit 27bdb21

Browse files
update
Using apt-get as opposed to apt.
1 parent eb28f77 commit 27bdb21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cd ./mps-common-multiplayer-backend/runtime
6969
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7070

7171
# Install ProtoBuffer Compiler
72-
apt install -y protobuf-compiler
72+
apt-get install -y protobuf-compiler
7373

7474
# Add the cargo bin directory to the PATH
7575
export PATH="$HOME/.cargo/bin:$PATH"

0 commit comments

Comments
 (0)