release test #7

Merged
opti1337 merged 24 commits from release into master 2025-12-23 14:51:49 +00:00
Showing only changes of commit edd5a69cd4 - Show all commits

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