From 8f7caa207b40854808041dff648b40a2d6a97091 Mon Sep 17 00:00:00 2001 From: david weil Date: Thu, 8 Aug 2024 12:25:50 -0300 Subject: [PATCH] Update test-detectors.yml changes not required for ci/cd --- .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