fix bash path
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:
@@ -43,7 +43,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process; `
|
|||||||
RUN choco install git -y --no-progress; `
|
RUN choco install git -y --no-progress; `
|
||||||
choco install rustup.install -y --no-progress
|
choco install rustup.install -y --no-progress
|
||||||
|
|
||||||
SHELL ["bash"]
|
SHELL ["C://Program Files/Git/bin/bash.exe"]
|
||||||
|
|
||||||
# Install stable Rust toolchain
|
# Install stable Rust toolchain
|
||||||
RUN rustup toolchain install stable-x86_64-pc-windows-msvc; `
|
RUN rustup toolchain install stable-x86_64-pc-windows-msvc; `
|
||||||
|
|||||||
Reference in New Issue
Block a user