Skip to content

Commit

Permalink
Final workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Jan 23, 2025
1 parent 69ad3bd commit ad9483a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
cargo install --path SpacetimeDB~/crates/cli --locked --message-format=short
cargo install --path SpacetimeDB~/crates/standalone --locked --message-format=short
# Add a handy alias using the old binary name, so that we don't have to rewrite all scripts (incl. in submodules).
rm $HOME/.cargo/bin/spacetime || echo "haven't run on this host before"
ln -s $HOME/.cargo/bin/spacetimedb-cli $HOME/.cargo/bin/spacetime
# Clear any existing information
spacetime server clear -y
Expand Down

0 comments on commit ad9483a

Please sign in to comment.