mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
Return C:\Program Files\Git\bin to the PATH
This commit is contained in:
@@ -12,4 +12,6 @@ choco install git -y --package-parameters="/GitAndUnixToolsOnPath /WindowsTermin
|
||||
# Disable GCM machine-wide
|
||||
[Environment]::SetEnvironmentVariable("GCM_INTERACTIVE", "Never", [System.EnvironmentVariableTarget]::Machine)
|
||||
|
||||
Add-MachinePathItem "C:\Program Files\Git\bin"
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user