From 378088ad610355448787f7b2860d4b12d1282600 Mon Sep 17 00:00:00 2001 From: Grant Azure Date: Sat, 27 Sep 2025 15:07:41 -0700 Subject: [PATCH] fix: install clippy in CI --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dfb3af6..56853af 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -50,6 +50,7 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: stable + components: clippy - name: Check lints env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}