switch to bash when possible
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 16s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 16s
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user