mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
ci: use faster ci cache cleaning
This commit is contained in:
parent
a5d56c7382
commit
3b138765e0
@ -63,5 +63,10 @@ jobs:
|
||||
cargo test -p=diesel-example --no-fail-fast -- --nocapture
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: Clear the cargo caches
|
||||
run: cargo install cargo-cache --version=0.8.3 --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
|
Loading…
Reference in New Issue
Block a user