switch to bash when possible
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 16s

This commit is contained in:
2025-12-02 18:08:38 -07:00
parent 387c2f9551
commit cbfa6a930e
+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"]