mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
[ macOS ] Add pkg-config to report (#7176)
This commit is contained in:
@@ -107,6 +107,7 @@ if ($os.IsBigSur) {
|
||||
}
|
||||
$utilities.AddToolVersion("OpenSSL", $(Get-OpenSSLVersion))
|
||||
$utilities.AddToolVersion("Packer", $(Get-PackerVersion))
|
||||
$utilities.AddToolVersion("pkg-config", $(Get-PKGConfigVersion))
|
||||
$utilities.AddToolVersion("PostgreSQL", $(Get-PostgresServerVersion))
|
||||
$utilities.AddToolVersion("psql (PostgreSQL)", $(Get-PostgresClientVersion))
|
||||
$utilities.AddToolVersion("Sox", $(Get-SoxVersion))
|
||||
|
||||
Reference in New Issue
Block a user