| Crates.io | cargo-ci-cache-clean |
| lib.rs | cargo-ci-cache-clean |
| version | 0.0.4 |
| created_at | 2023-12-26 02:36:00.220442+00 |
| updated_at | 2024-06-19 23:12:09.355999+00 |
| description | Clean up unnecessary Cargo artifacts to improve CI caching performance |
| homepage | |
| repository | https://github.com/x52dev/cargo-ci-cache-clean |
| max_upload_size | |
| id | 1080580 |
| size | 26,320 |
cargo-ci-cache-cleanClean up unnecessary Cargo artifacts to improve CI caching performance
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
cargo-ci-cache-clean