Merge branch 'master' into revert-1487-monero-wallet-refresh-fix

This commit is contained in:
Byron Hambly 2024-03-26 09:41:23 +02:00 committed by GitHub
commit 36edac8ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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