Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 22, 2023
1 parent 22cd861 commit 06d3543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RUN python3 -m venv /venv && /venv/bin/pip install -U pip wheel --no-cache-dir

# Work around https://github.com/rust-lang/rustup/issues/3122
ENV RUSTUP_USE_CURL 1
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal --component llvm-tools-preview
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal --component llvm-tools-preview -v
ENV PATH="/root/.cargo/bin:$PATH"

0 comments on commit 06d3543

Please sign in to comment.