Fix rust-xwin
This commit is contained in:
parent
fa62177d62
commit
efebe692ca
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ RUN set -eux; \
|
|||
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100; \
|
||||
update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 100; \
|
||||
rustup target add x86_64-pc-windows-msvc; \
|
||||
rustup default stable-x86_64-pc-windows-msvc; \
|
||||
rustup component add rust-src; \
|
||||
rustup update; \
|
||||
apt-get remove -y --auto-remove \
|
||||
|
|
Loading…
Add table
Reference in a new issue