From a6f867041b78f3e5dcce1efa991936a95d77d874 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 27 Aug 2024 23:06:38 +0200 Subject: [PATCH] NOt a tool --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 844985d..dfa0cbb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,7 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - components: rustfmt, clippy, llvm-tools-preview, audit + components: rustfmt, clippy, llvm-tools-preview override: true - uses: Swatinem/rust-cache@v2