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 f337763 commit 8a97cbeCopy full SHA for 8a97cbe
.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