mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
[macOS] Add unxip for macOS13
This commit is contained in:
committed by
sarathrajsrinivasan
parent
bf6ac0db93
commit
adf6d83ab9
@@ -619,3 +619,8 @@ function Get-XcodesVersion {
|
||||
$XcodesVersion = Run-Command "xcodes version"
|
||||
return $XcodesVersion
|
||||
}
|
||||
|
||||
function Get-UnxipVersion {
|
||||
$unxipVersion = Run-Command "unxip --version" | Take-Part -Part 1
|
||||
return $unxipVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user