From 13c3c49ade82d8ab53fa31f306ce31d032131f1d Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 24 Jan 2025 14:24:32 +0100 Subject: [PATCH] ci: add clippy to installation --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d4d603..2f3ae77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Install Rust ${{ matrix.rust }} run: | - rustup install ${{ matrix.rust }} + rustup install ${{ matrix.rust }} --component clippy - name: Install dependencies run: ${{ matrix.install }}