mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Minor change
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# https://packages.msys2.org/group/
|
||||
|
||||
$origPath = $env:PATH
|
||||
$gitPath = "C:\Program Files\Git"
|
||||
$gitPath = "$env:ProgramFiles\Git"
|
||||
|
||||
# get info from https://sourceforge.net/projects/msys2/files/Base/x86_64/
|
||||
$msys2Uri = "http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user