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 5458647 commit 96090a0Copy full SHA for 96090a0
1 file changed
.github/workflows/csharp-test.yml
@@ -85,7 +85,7 @@ jobs:
85
cargo install --force --path crates/cli --locked --message-format=short
86
cargo install --force --path crates/standalone --locked --message-format=short
87
# Add a handy alias using the old binary name, so that we don't have to rewrite all scripts (incl. in submodules).
88
- ln -sf $HOME/.cargo/bin/spacetimedb-cli $HOME/.cargo/bin/spacetime
+ ln -sf $CARGO_HOME/bin/spacetimedb-cli $CARGO_HOME/bin/spacetime
89
env:
90
# Share the target directory with our local project to avoid rebuilding same SpacetimeDB crates twice.
91
CARGO_TARGET_DIR: demo/Blackholio/server-rust/target
0 commit comments