Skip to content

Commit a6260f3

Browse files
committed
Change msys2 install directory
1 parent a4f3713 commit a6260f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkins/set-up-windows-jenkins-build-server.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function Install-Maven {
335335
}
336336

337337
function Install-Msys2 {
338-
$installDir = Join-Path $env:ProgramFiles "msys2"
338+
$installDir = Join-Path $env:SystemDrive "msys2"
339339
try {
340340
Install-ZipCITool -ZipPath $PACKAGES["msys2"]["local_file"] `
341341
-InstallDirectory $installDir `

0 commit comments

Comments
 (0)