From ac0b687ec43d9761f13e47536939e538f2c34d32 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Fri, 2 Feb 2024 03:09:36 +0100 Subject: [PATCH] chore: cache CI deps on failure --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3bd7197..6feecec 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,6 +14,8 @@ jobs: components: clippy - name: 📥 Setup Rust cache uses: https://github.com/Swatinem/rust-cache@v2 + with: + cache-on-failure: "true" - name: 📎 Clippy run: cargo clippy --all --features=rss -- -D warnings