Skip to content

Commit

Permalink
We only need llvm-tools and rustc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Aug 5, 2024
1 parent 12bfca5 commit 6d98aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: cargo install cargo-scout-audit

- name: Add rust-src component
run: rustup +nightly-2024-07-11 component add rust-src llvm-tools rustc-dev
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
Expand Down

0 comments on commit 6d98aae

Please sign in to comment.