We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e8b6b commit ff8b1c2Copy full SHA for ff8b1c2
4 files changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Check database schema
45
run: |
46
- cargo install --force sqlx-cli@0.7.0-alpha.3
+ cargo install --force sqlx-cli
47
cargo sqlx database create
48
cargo sqlx migrate run
49
cargo sqlx prepare --check
0 commit comments