mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Ensure rustfmt is installed in cargo fmt CI job (#4466)
This commit is contained in:
parent
f42420809b
commit
80bfd23b4d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ steps:
|
||||||
# store cargo data in repo folder so that it gets cached between steps
|
# store cargo data in repo folder so that it gets cached between steps
|
||||||
CARGO_HOME: .cargo_home
|
CARGO_HOME: .cargo_home
|
||||||
commands:
|
commands:
|
||||||
# need make existing toolchain available
|
- rustup component add rustfmt
|
||||||
- cargo +nightly fmt -- --check
|
- cargo +nightly fmt -- --check
|
||||||
|
|
||||||
cargo_machete:
|
cargo_machete:
|
||||||
|
|
Loading…
Reference in a new issue