chore: cache CI deps on failure

This commit is contained in:
ThetaDev 2024-02-02 03:09:36 +01:00
parent 8483464c73
commit 187532b12e

View file

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