Skip to content

Commit

Permalink
Updated clippy install on nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Nov 29, 2023
1 parent e3dfc1e commit 82e8633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Update Rust
run: rustup update

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

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

- name: Install dylint-link
run: cargo install dylint-link
Expand Down

0 comments on commit 82e8633

Please sign in to comment.