Skip to content

Commit

Permalink
Remove nightly-2023-01-27 rust install from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Sep 7, 2023
1 parent 2e4809b commit a642352
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,9 @@ jobs:
- name: Update Rust
run: rustup update

- name: Install Rust nightly-2023-01-27
run: rustup install nightly-2023-01-27 --profile minimal

- name: Install Rust nightly-2023-04-23
run: rustup install nightly-2023-04-23 --profile minimal

- name: Install Clippy nightly-2023-01-27
run: rustup component add clippy --toolchain nightly-2023-01-27

- name: Install Clippy nightly-2023-04-23
run: rustup component add clippy --toolchain nightly-2023-04-23

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
apps/cargo-scout-audit/target
key: ${{ runner.os }}-cargo-scout-dependencies-${{ github.run_id }}

- name: Install Rust nightly-2023-01-27
run: rustup install nightly-2023-01-27 --profile minimal

- name: Install Rust nightly-2023-04-23
run: rustup install nightly-2023-04-23 --profile minimal

Expand Down

0 comments on commit a642352

Please sign in to comment.