chore: cache CI deps on failure

This commit is contained in:
ThetaDev 2024-02-02 03:09:36 +01:00
parent 709e35e313
commit ac0b687ec4
No known key found for this signature in database
GPG key ID: 649CA4EBDC338394

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