Skip to content

Commit

Permalink
fix(ci): sqlx-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko authored Aug 8, 2023
1 parent 5c4e412 commit f22537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install sqlx-cli
run: cargo install [email protected].2 --no-default-features --features native-tls,postgres
run: cargo install [email protected].1 --no-default-features --features native-tls,postgres

- name: Connect to Cloud SQL
uses: ahmadnassri/action-google-cloud-sql-proxy@v1
Expand Down

0 comments on commit f22537c

Please sign in to comment.