mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[Ubuntu] Add Fastlane (#2751)
This commit is contained in:
@@ -102,7 +102,7 @@ function Get-GemVersion {
|
||||
$result = Get-CommandResult "gem --version"
|
||||
$result.Output -match "(?<version>\d+\.\d+\.\d+)" | Out-Null
|
||||
$gemVersion = $Matches.version
|
||||
return "Gem $gemVersion"
|
||||
return "RubyGems $gemVersion"
|
||||
}
|
||||
|
||||
function Get-MinicondaVersion {
|
||||
|
||||
Reference in New Issue
Block a user