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

This commit is contained in:
2025-12-22 22:24:34 +06:00
parent 6343f1de4d
commit edd5a69cd4

View File

@@ -34,6 +34,8 @@ RUN apt update && apt install -y \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH=/root/.cargo/bin:$PATH
RUN rustup target add x86_64-pc-windows-msvc RUN rustup target add x86_64-pc-windows-msvc
RUN cargo install --locked cargo-xwin RUN cargo install --locked cargo-xwin