diff --git a/.github/workflows/linux.yml b/.github/workflows/ci.yml similarity index 89% rename from .github/workflows/linux.yml rename to .github/workflows/ci.yml index c73940e2..c474017c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/ci.yml @@ -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