ci: Install clippy for the test-crypto CI run

This commit is contained in:
Damir Jelić
2025-09-25 09:27:43 +02:00
parent 36e0d4bfb8
commit e2ec8bcbd6

View File

@@ -125,6 +125,8 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Load cache
uses: Swatinem/rust-cache@v2