From cbc589da530ae316d5e745afa4258cea511bc5bf Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Fri, 15 Nov 2024 15:33:34 -0500 Subject: [PATCH] don't need to install rust stable --- .github/workflows/cargo-audit.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 5ca2ad73c..1934dcaeb 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -23,13 +23,6 @@ jobs: sudo apt-get update && sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler - - name: Install Rust Stable - uses: actions-rs/toolchain@v1.0.6 - with: - toolchain: stable - components: rustfmt, clippy - profile: minimal - - name: Install cargo-audit run: cargo install --version 0.20.1 --force cargo-audit