mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
need nightly for fmt
This commit is contained in:
parent
8b0374cc4e
commit
d9f0aa223a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
- name: check formatting
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
commands:
|
||||
- cargo fmt -- --check
|
||||
- cargo +nightly fmt -- --check
|
||||
|
||||
- name: cargo check
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
|
|
Loading…
Reference in a new issue