cargo-ci-cache-clean

Crates.iocargo-ci-cache-clean
lib.rscargo-ci-cache-clean
version0.0.4
sourcesrc
created_at2023-12-26 02:36:00.220442
updated_at2024-06-19 23:12:09.355999
descriptionClean up unnecessary Cargo artifacts to improve CI caching performance
homepage
repositoryhttps://github.com/x52dev/cargo-ci-cache-clean
max_upload_size
id1080580
size26,320
Rob Ede (robjtede)

documentation

README

cargo-ci-cache-clean

Clean up unnecessary Cargo artifacts to improve CI caching performance

Install

In GitHub Actions:

# jobs.<job_name>.steps:

- name: Install cargo-ci-cache-clean
  uses: taiki-e/install-action@v2
  with:
    tool: cargo-ci-cache-clean

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

With cargo-binstall:

$ cargo binstall cargo-ci-cache-clean

From source:

$ cargo install cargo-ci-cache-clean

Usage

cargo-ci-cache-clean
Commit count: 46

cargo fmt