Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Feb 4, 2025
1 parent e78519d commit 807bc30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/platform-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features --features postgres
# run: cargo install sqlx-cli --no-default-features --features postgres
run: cargo install sqlx-cli --no-default-features --features postgres --force

- name: Run database migrations
run: cargo sqlx migrate run
Expand Down

0 comments on commit 807bc30

Please sign in to comment.