1435: Use older version sqlx-cli to be compatible with MSRV r=binarybaron a=binarybaron



Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-08-30 20:43:37 +00:00 committed by GitHub
commit d664f1e71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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