1
0
forked from mirrors/0ad

Bump Rust version in Linux CI

This commit is contained in:
Itms
2024-11-25 23:22:24 +01:00
parent 7590723606
commit 040038624c
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ RUN git lfs install --system --skip-smudge
# Install rust and Cargo via rustup
USER builder
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.51.0 -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.66.0 -y
ENV PATH="${PATH}:/home/builder/.cargo/bin"
USER root
@@ -47,7 +47,7 @@ RUN git lfs install --system --skip-smudge
# Install rust and Cargo via rustup
USER builder
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.51.0 -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.66.0 -y
ENV PATH="${PATH}:/home/builder/.cargo/bin"
USER root