another try

This commit is contained in:
Felix Ableitner 2020-12-11 15:20:15 +01:00
parent 6d1053b8e5
commit 135d654999
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
- name: check formatting
image: rustdocker/rustfmt:nightly
commands:
- /root/.cargo/bin/rustfmt -- --check
- /root/.cargo/bin/rustfmt --check
- name: cargo check
image: ekidd/rust-musl-builder:1.47.0