mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Revert "[Windows] Removed Git internal tools from PATH"
This commit is contained in:
committed by
GitHub
parent
ac4f5699c7
commit
635a57ab88
@@ -143,22 +143,14 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-SeleniumWebDriverVersion -Driver "iexplorer")
|
||||
)
|
||||
|
||||
$markdown += New-MDHeader "Shells" -Level 3
|
||||
$markdown += Get-ShellTarget
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
$markdown += New-MDHeader "MSYS2" -Level 3
|
||||
$markdown += Get-PacmanVersion
|
||||
$markdown += New-MDNewLine
|
||||
$markdown += New-MDHeader "Notes:" -Level 5
|
||||
$markdown += @'
|
||||
```
|
||||
Location: C:\msys64
|
||||
|
||||
1. MSYS2 is pre-installed on image
|
||||
2. C:\msys64\mingw64\bin is added to PATH and has lower precedence than C:\Windows\System32
|
||||
3. C:\msys64\usr\bin is added to PATH and has lower precedence than C:\Windows\System32
|
||||
4. Default bash.exe shell is set to the C:\msys64\usr\bin\bash.exe
|
||||
Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
```
|
||||
'@
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
Reference in New Issue
Block a user