Change check CI workflow clippy to nightly
This commit is contained in:
parent
6843a20862
commit
a9d7e70f29
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
|
||||
- name: Setup Rust toolchain
|
||||
run: |
|
||||
rustup component add clippy llvm-tools-preview
|
||||
rustup component add --toolchain nightly rustfmt
|
||||
rustup component add llvm-tools-preview
|
||||
rustup component add --toolchain nightly rustfmt clippy
|
||||
|
||||
- name: Setup additional tooling
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue