Skip to content

Commit

Permalink
fix sqlx cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 30, 2024
1 parent 9e0ad44 commit 68b46fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
key: sqlx-${{ env.SQLX_VERSION }}
- name: Install sqlx-cli
run: cargo install sqlx-cli
--version=${{ env.SQLX_VERSION }}
--features ${{ env.SQLX_FEATURES }}
--features native-tls,postgres
--no-default-features
--locked
- name: Migrate database
Expand Down

0 comments on commit 68b46fb

Please sign in to comment.