mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[macos] Add Android Comand Line tools (#2363)
This commit is contained in:
@@ -27,7 +27,8 @@ Describe "Android" {
|
||||
$platforms,
|
||||
$buildTools,
|
||||
(Get-ToolsetValue "android.extra-list" | ForEach-Object { "extras/${_}" }),
|
||||
(Get-ToolsetValue "android.addon-list" | ForEach-Object { "add-ons/${_}" })
|
||||
(Get-ToolsetValue "android.addon-list" | ForEach-Object { "add-ons/${_}" }),
|
||||
(Get-ToolsetValue "android.additional-tools")
|
||||
) | ForEach-Object { $_ }
|
||||
|
||||
BeforeAll {
|
||||
@@ -94,4 +95,4 @@ Describe "Gradle" {
|
||||
It "Gradle is compatible with init.d plugins" {
|
||||
"cd /tmp && gradle tasks" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user