From 5cb53cbf1f8598600e38aa05492192d4983ec2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Garc=C3=ADa=20Crosta?= Date: Wed, 7 Aug 2024 12:41:14 -0300 Subject: [PATCH] Update test-detectors.yml Remove unneeded components --- .github/workflows/test-detectors.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index adea8dc2..e6ec4b46 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -61,9 +61,6 @@ jobs: - name: Install cargo-scout-audit run: cargo install cargo-scout-audit - - name: Add rust-src component - run: rustup +nightly-2024-07-11 component add llvm-tools rustc-dev - - name: Determine build status and write to file run: echo "${{ job.status }}" > status-${{ matrix.os }}.txt