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 cbfa6a930e - Show all commits
+1 -2
View File
@@ -41,8 +41,7 @@ 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 bash -y --no-progress
choco install rustup.install -y --no-progress
SHELL ["bash"]