Skip to content

Commit

Permalink
[veecle#15] Comment unnecessary RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Apr 14, 2024
1 parent 99bb007 commit 2449118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tricore-docker/xwin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*;

# Retrieve the std lib for the target
RUN rustup toolchain install --force-non-host nightly-x86_64-pc-windows-msvc
# RUN rustup toolchain install --force-non-host nightly-x86_64-pc-windows-msvc

RUN set -eux; \
xwin_version="0.2.10"; \
Expand Down

0 comments on commit 2449118

Please sign in to comment.