Fix main & improve cursor sync #101

Merged
schmelczer merged 16 commits from asch/fix-main into main 2025-08-25 17:15:52 +01:00
Showing only changes of commit 7ea8a77403 - Show all commits

View file

@ -26,6 +26,7 @@ jobs:
- name: Setup rust
run: |
rustup update
rustup install nightly && rustup default nightly
cargo install sqlx-cli
cd sync-server
sqlx database create --database-url sqlite://db.sqlite3