mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Windows] fix software report for innosetup (#7658)
This commit is contained in:
@@ -87,7 +87,7 @@ function Get-GitLFSVersion {
|
||||
}
|
||||
|
||||
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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user