mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Downgrade mysql to 8.0.26 (#4674)
This commit is contained in:
@@ -16,7 +16,7 @@ function Get-SqliteVersion {
|
||||
}
|
||||
|
||||
function Get-MySQLVersion {
|
||||
$mySQLVersion = mysqld --version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-"
|
||||
$mySQLVersion = mysqld --version | Take-OutputPart -Part 2
|
||||
return "MySQL $mySQLVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user