Skip to content

Commit

Permalink
added postgres to cargo install command
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin994 committed May 21, 2024
1 parent b66a2dd commit 7a66591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
DATABASE_URL: postgres://postgres:mysecretpassword@localhost:5432
run: |
cd backend
cargo install sqlx-cli postgres
cargo install sqlx-cli --features postgres
slqx migrate run
cargo build
cargo sqlx prepare
Expand Down

0 comments on commit 7a66591

Please sign in to comment.