Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
Showing only changes of commit 387c2f9551 - Show all commits
+4 -1
View File
@@ -41,7 +41,10 @@ RUN Set-ExecutionPolicy Bypass -Scope Process; `
# Install Git and Rustup via Chocolatey
RUN choco install git -y --no-progress; `
choco install rustup.install -y --no-progress
choco install rustup.install -y --no-progress; `
choco install bash -y --no-progress
SHELL ["bash"]
# Install stable Rust toolchain
RUN rustup toolchain install stable-x86_64-pc-windows-msvc; `