Skip to content

Commit f337763

Browse files
committed
silently install rustup
1 parent dca9fcb commit f337763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
9393
- git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
9494
- pushd mps-common-multiplayer-backend/runtime
9595
# Install rust
96-
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
96+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9797
# Build the echo server
9898
- cargo build --example ngo_echo_server
9999
# Run the echo server in the background - this will reuse the artifacts from the build

0 commit comments

Comments
 (0)