Skip to content

Commit

Permalink
Debug CI space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 26, 2024
1 parent 6ef5eab commit 95b9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ARG RUST_STABLE_VERSION="1.83.0"

# generic ci | install stable rust
RUN rustup toolchain install "${RUST_STABLE_VERSION}" --profile minimal\
--component rustfmt clippy && \
--component rustfmt clippy rust-src && \
rustup default "${RUST_STABLE_VERSION}"

# generic ci | "alias" pinned stable toolchain as generic stable
Expand Down

0 comments on commit 95b9e71

Please sign in to comment.