mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +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"
|
||||
|
||||
Reference in New Issue
Block a user