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