fix: add cargo components to toolchain stable-x86_64-unknown-linux-musl
This commit is contained in:
parent
ee426b1a43
commit
2a9c2cef76
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN cargo binstall -y \
|
|||
# should be a no-op if the FROM line is up-to-date
|
||||
RUN rustup update stable
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
RUN rustup component add --toolchain stable-x86_64-unknown-linux-musl rustfmt clippy
|
||||
|
||||
# install nightly
|
||||
RUN rustup install nightly && rustup component add --toolchain nightly rustfmt clippy
|
||||
|
|
Loading…
Add table
Reference in a new issue