mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
doc: add wsl info section for win22 (#4041)
This commit is contained in:
committed by
GitHub
parent
3a8831b648
commit
4b8d98922a
@@ -21,7 +21,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
"Image Version: $env:IMAGE_VERSION"
|
||||
)
|
||||
|
||||
if (Test-IsWin19)
|
||||
if ((Test-IsWin19) -or (Test-IsWin22))
|
||||
{
|
||||
$markdown += New-MDHeader "Enabled windows optional features" -Level 2
|
||||
$markdown += New-MDList -Style Unordered -Lines @(
|
||||
|
||||
Reference in New Issue
Block a user