mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +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 {
|
It "<toolName> is available" -TestCases $testCases {
|
||||||
|
if ($toolName -eq "acl")
|
||||||
|
{
|
||||||
|
$toolName = "getfacl"
|
||||||
|
}
|
||||||
|
|
||||||
if ($toolName -eq "p7zip-full")
|
if ($toolName -eq "p7zip-full")
|
||||||
{
|
{
|
||||||
$toolName = "p7zip"
|
$toolName = "p7zip"
|
||||||
|
|||||||
@@ -156,6 +156,7 @@
|
|||||||
"zsync"
|
"zsync"
|
||||||
],
|
],
|
||||||
"cmd_packages": [
|
"cmd_packages": [
|
||||||
|
"acl",
|
||||||
"binutils",
|
"binutils",
|
||||||
"bison",
|
"bison",
|
||||||
"brotli",
|
"brotli",
|
||||||
|
|||||||
Reference in New Issue
Block a user