Skip to content

Commit 96090a0

Browse files
committed
Use cargo home instead
1 parent 5458647 commit 96090a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/csharp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
cargo install --force --path crates/cli --locked --message-format=short
8686
cargo install --force --path crates/standalone --locked --message-format=short
8787
# 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
88+
ln -sf $CARGO_HOME/bin/spacetimedb-cli $CARGO_HOME/bin/spacetime
8989
env:
9090
# Share the target directory with our local project to avoid rebuilding same SpacetimeDB crates twice.
9191
CARGO_TARGET_DIR: demo/Blackholio/server-rust/target

0 commit comments

Comments
 (0)