install rustfmt
This commit is contained in:
parent
ede66b4d16
commit
3cc1b6743c
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ steps:
|
|||
# store cargo data in repo folder so that it gets cached between steps
|
||||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
# need make existing toolchain available
|
||||
- cargo +nightly fmt -- --check
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --check
|
||||
|
||||
cargo_machete:
|
||||
image: docker.io/rustlang/rust:nightly
|
||||
|
|
Loading…
Reference in a new issue