mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] revert PR3766 (#4278)
This commit is contained in:
committed by
GitHub
parent
5690fb5b41
commit
7e90162def
@@ -73,11 +73,6 @@ function Get-GitLFSVersion {
|
||||
return "Git LFS $gitLfsVersion"
|
||||
}
|
||||
|
||||
function Get-GVFSVersion {
|
||||
$gvfsVersion = (Get-Command gvfs).Version
|
||||
return "GVFS $gvfsVersion"
|
||||
}
|
||||
|
||||
function Get-InnoSetupVersion {
|
||||
return $(choco list --local-only innosetup) | Select-String -Pattern "InnoSetup"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user