mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-07 10:40:21 +08:00
Remove platform-tools from toolset (#3761)
* Platform-tools is installed along with any version of build-tools, there is no need to install it explicitly
This commit is contained in:
@@ -91,8 +91,7 @@
|
||||
],
|
||||
"additional_tools": [
|
||||
"cmake;3.10.2.4988404",
|
||||
"cmake;3.18.1",
|
||||
"platform-tools"
|
||||
"cmake;3.18.1"
|
||||
],
|
||||
"ndk": {
|
||||
"lts": "21"
|
||||
|
||||
@@ -87,8 +87,7 @@
|
||||
],
|
||||
"additional_tools": [
|
||||
"cmake;3.10.2.4988404",
|
||||
"cmake;3.18.1",
|
||||
"platform-tools"
|
||||
"cmake;3.18.1"
|
||||
],
|
||||
"ndk": {
|
||||
"lts": "21",
|
||||
|
||||
Reference in New Issue
Block a user