#cleanup #cargo #clean #ci #cache

app cargo-ci-cache-clean

清理不必要的 Cargo 艺术品以提高 CI 缓存性能

4 个版本

0.0.4 2024年6月19日
0.0.3 2023年12月26日
0.0.2 2023年12月26日
0.0.1 2023年12月26日

#81Cargo 插件

Download history • Rust 包仓库 443/week @ 2024-05-03 • Rust 包仓库 779/week @ 2024-05-10 • Rust 包仓库 664/week @ 2024-05-17 • Rust 包仓库 197/week @ 2024-05-24 • Rust 包仓库 264/week @ 2024-05-31 • Rust 包仓库 1561/week @ 2024-06-07 • Rust 包仓库 747/week @ 2024-06-14 • Rust 包仓库 147/week @ 2024-06-21 • Rust 包仓库 429/week @ 2024-06-28 • Rust 包仓库 257/week @ 2024-07-05 • Rust 包仓库 134/week @ 2024-07-12 • Rust 包仓库 388/week @ 2024-07-19 • Rust 包仓库 290/week @ 2024-07-26 • Rust 包仓库 443/week @ 2024-08-02 • Rust 包仓库 261/week @ 2024-08-09 • Rust 包仓库 274/week @ 2024-08-16 • Rust 包仓库

每月 1,272 次下载

MIT/Apache

10KB
54

cargo-ci-cache-clean

清理不必要的 Cargo 艺术品以提高 CI 缓存性能

安装

在 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

使用 cargo-binstall

$ cargo binstall cargo-ci-cache-clean

从源码

$ cargo install cargo-ci-cache-clean

用法

cargo-ci-cache-clean

依赖项

~4–13MB
~130K SLoC