We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab40af commit 6c8cf14Copy full SHA for 6c8cf14
.yamato/desktop-standalone-tests.yml
@@ -95,9 +95,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
95
# Install rust
96
- 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
+ - $HOME/.cargo/bin/cargo build --example ngo_echo_server
99
# Run the echo server in the background - this will reuse the artifacts from the build
100
- - cargo run --example ngo_echo_server &
+ - $HOME/.cargo/bin/cargo run --example ngo_echo_server &
101
- popd
102
{% endif %}
103
0 commit comments