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