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