4 releases
0.0.4 | Jun 19, 2024 |
---|---|
0.0.3 | Dec 26, 2023 |
0.0.2 | Dec 26, 2023 |
0.0.1 | Dec 26, 2023 |
#111 in Cargo plugins
1,167 downloads per month
10KB
83 lines
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
Dependencies
~4–12MB
~126K SLoC