need to use rust image

This commit is contained in:
Felix Ableitner 2020-12-11 15:28:36 +01:00
parent b11b3f4fad
commit 55e3f370fd
1 changed files with 2 additions and 2 deletions

View File

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