mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
add acl package to Ubuntu 20 (#3006)
This commit is contained in:
committed by
GitHub
parent
b345f38fbe
commit
dee50eebff
@@ -9,6 +9,11 @@ Describe "Apt" {
|
||||
}
|
||||
|
||||
It "<toolName> is available" -TestCases $testCases {
|
||||
if ($toolName -eq "acl")
|
||||
{
|
||||
$toolName = "getfacl"
|
||||
}
|
||||
|
||||
if ($toolName -eq "p7zip-full")
|
||||
{
|
||||
$toolName = "p7zip"
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
"zsync"
|
||||
],
|
||||
"cmd_packages": [
|
||||
"acl",
|
||||
"binutils",
|
||||
"bison",
|
||||
"brotli",
|
||||
|
||||
Reference in New Issue
Block a user