fix bash path
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:30:30 -07:00
parent cbfa6a930e
commit 1f1c03fd98
+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; `