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日 |
#81 在 Cargo 插件
每月 1,272 次下载
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-ci-cache-clean
从源码
$ cargo install cargo-ci-cache-clean
用法
cargo-ci-cache-clean
依赖项
~4–13MB
~130K SLoC