Skip to content

Commit

Permalink
fix: specify cache manifest path in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Sep 10, 2024
1 parent 65290b7 commit ad5ba9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Cache build files
uses: Leafwing-Studios/cargo-cache@v2
with:
manifest-path: ${{ matrix.project-path }}/Cargo.toml
cargo-target-dir: ${{ matrix.project-path }}/target
# Disable `cargo-cache`'s `cargo-sweep` integration.
sweep-cache: false
Expand Down

0 comments on commit ad5ba9e

Please sign in to comment.