Skip to content

Commit b908a86

Browse files
committed
ci: fix sqlx-cli features — aggiunge postgres driver per migrate/prepare
1 parent f3fcb38 commit b908a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install sqlx-cli
6565
run: |
6666
. $HOME/.cargo/env
67-
cargo install sqlx-cli --no-default-features --features rustls --version 0.7.0 || true
67+
cargo install sqlx-cli --no-default-features --features rustls,postgres --version 0.7.4 || true
6868
6969
- name: Wait for Postgres
7070
run: |

0 commit comments

Comments
 (0)