install rustfmt in ci
This commit is contained in:
parent
136d3b6257
commit
d0a9cb59d9
|
@ -9,4 +9,5 @@ steps:
|
||||||
check-fmt:
|
check-fmt:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add rustfmt
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
|
|
Loading…
Reference in a new issue