mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
[ macOS ] Add pkg-config to report (#7176)
This commit is contained in:
@@ -645,3 +645,8 @@ function Get-ColimaVersion {
|
||||
$colimaVersion = Run-Command "colima version" | Select-String "colima version" | Take-Part -Part 2
|
||||
return $colimaVersion
|
||||
}
|
||||
|
||||
function Get-PKGConfigVersion {
|
||||
$pkgconfigVersion = Run-Command "pkg-config --version"
|
||||
return $pkgconfigVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user