Skip to content

Commit

Permalink
ci: use faster ci cache cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 26, 2023
1 parent a5d56c7 commit 3b13876
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/linux.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@ jobs:
cargo test -p=diesel-example --no-fail-fast -- --nocapture
timeout-minutes: 10

- name: Clear the cargo caches
run: cargo install cargo-cache --version=0.8.3 --no-default-features --features=ci-autoclean && cargo-cache
- name: Install cargo-ci-cache-clean
uses: taiki-e/[email protected]
with:
tool: cargo-ci-cache-clean

- name: CI cache clean
run: cargo-ci-cache-clean

0 comments on commit 3b13876

Please sign in to comment.