We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca9fcb commit f337763Copy full SHA for f337763
.yamato/desktop-standalone-tests.yml
@@ -93,7 +93,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
93
- git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
94
- pushd mps-common-multiplayer-backend/runtime
95
# Install rust
96
- - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
97
# Build the echo server
98
- cargo build --example ngo_echo_server
99
# Run the echo server in the background - this will reuse the artifacts from the build
0 commit comments