mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Add PPA repository for Firefox as default (#6528)
This commit is contained in:
@@ -10,7 +10,8 @@ function Get-ChromeDriverVersion {
|
||||
|
||||
function Get-FirefoxVersion {
|
||||
$firefoxVersion = firefox --version
|
||||
return $firefoxVersion
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "mozillateam"
|
||||
return "$firefoxVersion (apt source repository: $aptSourceRepo)"
|
||||
}
|
||||
|
||||
function Get-GeckodriverVersion {
|
||||
|
||||
Reference in New Issue
Block a user