Fix main & improve cursor sync #101
1 changed files with 1 additions and 0 deletions
Try again
commit
7ea8a77403
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
run: |
|
run: |
|
||||||
rustup update
|
rustup update
|
||||||
|
rustup install nightly && rustup default nightly
|
||||||
cargo install sqlx-cli
|
cargo install sqlx-cli
|
||||||
cd sync-server
|
cd sync-server
|
||||||
sqlx database create --database-url sqlite://db.sqlite3
|
sqlx database create --database-url sqlite://db.sqlite3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue