Move to the proper version of Rust.

This commit is contained in:
Nicolas Patry 2025-03-04 15:21:26 +00:00
parent 2b8580a34a
commit 91dda6ae59
No known key found for this signature in database
GPG Key ID: 788A1EA699458B2F

View File

@ -71,7 +71,7 @@ ARG actions_runtime_token
# Install Rust # Install Rust
ENV PATH="/root/.cargo/bin:$PATH" ENV PATH="/root/.cargo/bin:$PATH"
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y && \ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.84.1 --profile minimal -y && \
chmod -R a+w /root/.rustup && \ chmod -R a+w /root/.rustup && \
chmod -R a+w /root/.cargo && \ chmod -R a+w /root/.cargo && \
cargo install sccache --locked cargo install sccache --locked