put full path

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

View File

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