1
0
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:
Rob Ede 2023-12-26 03:48:23 +00:00
parent a5d56c7382
commit 3b138765e0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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