Skip to content

Commit

Permalink
try caching and restoring cargo and sqlx binary
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Oct 31, 2024
1 parent 2df4f7d commit 90bee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
override: true

- name: Restore cached cargo registry
uses: actions/cache/restore@v4actions/cache/restore@v4
uses: actions/cache/restore@v4
with:
path: ~/.cargo/registry
key: cargo-registry-${{ runner.os }}-${{ hashFiles('./api/Cargo.lock') }}
Expand Down

0 comments on commit 90bee40

Please sign in to comment.