mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-09 15:02:47 -04:00
Use older version sqlx-cli to be compatible with MSRV
This commit is contained in:
parent
a57c53434d
commit
dd388d471a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v2.6.2
|
- uses: Swatinem/rust-cache@v2.6.2
|
||||||
|
|
||||||
- name: Install sqlx-cli
|
- name: Install sqlx-cli
|
||||||
run: cargo install sqlx-cli
|
run: cargo install sqlx-cli --locked
|
||||||
|
|
||||||
- name: Run sqlite_dev_setup.sh script
|
- name: Run sqlite_dev_setup.sh script
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue