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 1f1c03fd98 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process; `
RUN choco install git -y --no-progress; `
choco install rustup.install -y --no-progress
SHELL ["bash"]
SHELL ["C://Program Files/Git/bin/bash.exe"]
# Install stable Rust toolchain
RUN rustup toolchain install stable-x86_64-pc-windows-msvc; `