From e2ec8bcbd676b40f6bd9805ac2cf2ecf11af7efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 25 Sep 2025 09:27:43 +0200 Subject: [PATCH] ci: Install clippy for the test-crypto CI run --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d88f206e..87c483a63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable + with: + components: clippy - name: Load cache uses: Swatinem/rust-cache@v2