mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] fix software report for innosetup (#7658)
This commit is contained in:
@@ -87,7 +87,7 @@ function Get-GitLFSVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-InnoSetupVersion {
|
function Get-InnoSetupVersion {
|
||||||
$innoSetupVersion = $(choco list --local-only innosetup) | Select-String -Pattern "InnoSetup"
|
$innoSetupVersion = $(choco list innosetup) | Select-String -Pattern "InnoSetup"
|
||||||
return ($innoSetupVersion -replace "^InnoSetup").Trim()
|
return ($innoSetupVersion -replace "^InnoSetup").Trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user