need nightly for fmt

pull/1335/head
Felix Ableitner 2020-12-11 15:02:50 +01:00
parent 8b0374cc4e
commit d9f0aa223a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
- name: check formatting - name: check formatting
image: ekidd/rust-musl-builder:1.47.0 image: ekidd/rust-musl-builder:1.47.0
commands: commands:
- cargo fmt -- --check - cargo +nightly fmt -- --check
- name: cargo check - name: cargo check
image: ekidd/rust-musl-builder:1.47.0 image: ekidd/rust-musl-builder:1.47.0