Skip to content

Commit

Permalink
fix(ci): install sqlx-cli before caching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 25, 2025
1 parent ff57761 commit 6474523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
rustup override set ${{ matrix.rust }}
rustup component add clippy
rustup component add --toolchain nightly rustfmt
cargo install --force sqlx-cli
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand All @@ -54,7 +55,6 @@ jobs:

- name: Create test database
run: |
cargo install --force sqlx-cli
cargo sqlx database create
cargo sqlx migrate run
Expand Down

0 comments on commit 6474523

Please sign in to comment.