ci: specify version of sqlx-cli

pull/1580/head
Byron Hambly 2 months ago committed by GitHub
parent efc06e7401
commit 82eac08bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ jobs:
- uses: Swatinem/rust-cache@v2.7.3
- name: Install sqlx-cli
run: cargo install sqlx-cli --locked
run: cargo install --version 0.6.3 sqlx-cli
- name: Run sqlite_dev_setup.sh script
run: |

Loading…
Cancel
Save