Skip to content

Commit

Permalink
fix: replace Leafwing-Studios/cargo-cache with actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Oct 30, 2024
1 parent 46df242 commit 19b95c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
run: cargo init --bin

- name: Cache build files
uses: Leafwing-Studios/cargo-cache@v2
uses: actions/cache@v4
with:
manifest-path: Cargo.toml
cargo-target-dir: target
# Disable `cargo-cache`'s `cargo-sweep` integration.
sweep-cache: false
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}
path: target

- name: Build Rust project
# working-directory: ${{ matrix.project-path }}
Expand Down

0 comments on commit 19b95c9

Please sign in to comment.