Update Dockerfile.windows
Some checks failed
Deploy / publish-windows (push) Failing after 2m21s

This commit is contained in:
2025-12-22 22:19:14 +06:00
parent 3f581ea8e9
commit 6343f1de4d

View File

@@ -32,7 +32,7 @@ RUN apt update && apt install -y \
lld \
llvm
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN rustup target add x86_64-pc-windows-msvc