From df5ee4fa1ae71ecf9edc1a0a10befdf5a2652195 Mon Sep 17 00:00:00 2001 From: iiTzArcur Date: Sun, 8 Oct 2023 22:26:27 +0200 Subject: [PATCH] Update rust-clippy.yml --- .github/workflows/rust-clippy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 17e3396..ad8ee4e 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -51,7 +51,8 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - - run: cargo install clippy-sarif sarif-fmt + - name: Install required cargo + run: cargo install --force clippy-sarif sarif-fmt - name: Run rust-clippy run: cargo clippy --all-targets --all-features --message-format=json |