mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 13:17:53 +08:00
install the latest version
This commit is contained in:
@@ -83,7 +83,7 @@ function Get-KindVersion {
|
||||
}
|
||||
|
||||
function Get-MinGWVersion {
|
||||
(gcc --version | Select-String -Pattern "MinGW-W64 project") -match "(?<version>\d+\.\d+\.\d+)" | Out-Null
|
||||
(gcc --version | Select-String -Pattern "GCC") -match "(?<version>\d+\.\d+\.\d+)" | Out-Null
|
||||
$mingwVersion = $Matches.Version
|
||||
return "Mingw-w64 $mingwVersion"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user