Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x52dev/cargo-ci-cache-clean
Clean up unnecessary Cargo artifacts to improve CI caching performance.
https://github.com/x52dev/cargo-ci-cache-clean
actions cache cargo ci clean github github-action github-actions rust
Last synced: about 2 months ago
JSON representation
Clean up unnecessary Cargo artifacts to improve CI caching performance.
- Host: GitHub
- URL: https://github.com/x52dev/cargo-ci-cache-clean
- Owner: x52dev
- Created: 2023-12-26T01:35:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T22:50:28.000Z (2 months ago)
- Last Synced: 2024-12-01T23:30:23.776Z (2 months ago)
- Topics: actions, cache, cargo, ci, clean, github, github-action, github-actions, rust
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# `cargo-ci-cache-clean`
> Clean up unnecessary Cargo artifacts to improve CI caching performance
# Install
In GitHub Actions:
```yaml
# jobs..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`]:
```console
$ cargo binstall cargo-ci-cache-clean
```From source:
```console
$ cargo install cargo-ci-cache-clean
```# Usage
```console
cargo-ci-cache-clean
```[`cargo-binstall`]: https://github.com/cargo-bins/cargo-binstall