try again with full path

pull/1335/head
Felix Ableitner 2020-12-11 15:31:19 +01:00
parent 55e3f370fd
commit 6075f7d2f1
1 changed files with 1 additions and 1 deletions

View File

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