Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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