Skip to content

Commit ce4a105

Browse files
committed
Force install sqlx-cli
1 parent a716d3b commit ce4a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2424
- name: Set Up the Database
2525
run: |
26-
cargo install sqlx-cli
26+
cargo install --force sqlx-cli
2727
cargo sqlx database setup
2828
- name: Build
2929
run: cargo build --profile dev

0 commit comments

Comments
 (0)