mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Add findutils to images (#8823)
This commit is contained in:
@@ -54,6 +54,10 @@ Describe "Apt" {
|
||||
$toolName = "hg"
|
||||
}
|
||||
|
||||
if ($toolName -eq "findutils")
|
||||
{
|
||||
$toolName = "find"
|
||||
}
|
||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
"brotli",
|
||||
"coreutils",
|
||||
"file",
|
||||
"findutils",
|
||||
"flex",
|
||||
"ftp",
|
||||
"haveged",
|
||||
|
||||
@@ -181,6 +181,7 @@
|
||||
"brotli",
|
||||
"coreutils",
|
||||
"file",
|
||||
"findutils",
|
||||
"flex",
|
||||
"ftp",
|
||||
"haveged",
|
||||
|
||||
Reference in New Issue
Block a user