1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

ci: use cargo-ci-clean-cache

This commit is contained in:
Rob Ede
2023-12-26 03:58:34 +00:00
parent c5b2d0cd36
commit d28c7db3b3
2 changed files with 14 additions and 8 deletions

View File

@ -115,10 +115,13 @@ jobs:
&& RUSTUP_TOOLCHAIN=${{ matrix.version.version }} cargo ci-test-linux
"
- name: Clear the cargo caches
run: |
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
cargo-cache
- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.23.2
with:
tool: cargo-ci-cache-clean
- name: CI cache clean
run: cargo-ci-cache-clean
rustdoc:
name: rustdoc