fix: add cargo components to toolchain stable-x86_64-unknown-linux-musl
All checks were successful
/ test (map[name:stable]) (push) Successful in 54s
/ test (map[name:nightly]) (push) Successful in 52s

This commit is contained in:
Paul Campbell 2025-01-16 08:25:16 +00:00
parent ee426b1a43
commit 2a9c2cef76

View file

@ -18,7 +18,7 @@ RUN cargo binstall -y \
# should be a no-op if the FROM line is up-to-date # should be a no-op if the FROM line is up-to-date
RUN rustup update stable 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 # install nightly
RUN rustup install nightly && rustup component add --toolchain nightly rustfmt clippy RUN rustup install nightly && rustup component add --toolchain nightly rustfmt clippy