mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
update msys2 notes
This commit is contained in:
@@ -148,14 +148,22 @@ $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
|
||||
|
||||
Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
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
|
||||
```
|
||||
'@
|
||||
$markdown += New-MDNewLine
|
||||
|
||||
Reference in New Issue
Block a user