use nightly image for fmt

This commit is contained in:
Felix Ableitner 2020-12-11 15:05:46 +01:00
parent d9f0aa223a
commit 6fec2e56f6
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ steps:
- chown 1000:1000 . -R
- name: check formatting
image: ekidd/rust-musl-builder:1.47.0
image: rustdocker/rustfmt:nightly
commands:
- cargo +nightly fmt -- --check
- cargo fmt -- --check
- name: cargo check
image: ekidd/rust-musl-builder:1.47.0