Try again
This commit is contained in:
parent
a813ed9f73
commit
7ea8a77403
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue