mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
try again
This commit is contained in:
parent
ff6026ca79
commit
13314ad1e7
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ RUN apt-get update && apt-get install -y libssl-dev \
|
||||||
ARG RELEASE=false
|
ARG RELEASE=false
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY ./rust-toolchain ./rust-toolchain
|
COPY ./rust-toolchain ./rust-toolchain
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "1.39.0"
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
|
||||||
ENV PATH=/root/.cargo/bin:$PATH
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
|
RUN rustup update
|
||||||
COPY . /code
|
COPY . /code
|
||||||
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \
|
||||||
rustc -Vv && \
|
rustc -Vv && \
|
||||||
|
|
Loading…
Reference in a new issue