that should do the job
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good

This commit is contained in:
2023-01-11 23:15:48 +01:00
parent b776bd2823
commit 09fd0d2aad
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN rustup install nightly && \
rustup target add thumbv6m-none-eabi && \
rustup +nightly target add thumbv6m-none-eabi && \
rustup component add rustfmt clippy