Skip to content

Commit 08d7091

Browse files
authored
Remove platform-tools from toolset (actions#3761)
* Platform-tools is installed along with any version of build-tools, there is no need to install it explicitly
1 parent 61f5fe8 commit 08d7091

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

images/linux/toolsets/toolset-1804.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
],
9292
"additional_tools": [
9393
"cmake;3.10.2.4988404",
94-
"cmake;3.18.1",
95-
"platform-tools"
94+
"cmake;3.18.1"
9695
],
9796
"ndk": {
9897
"lts": "21"

images/linux/toolsets/toolset-2004.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
],
8888
"additional_tools": [
8989
"cmake;3.10.2.4988404",
90-
"cmake;3.18.1",
91-
"platform-tools"
90+
"cmake;3.18.1"
9291
],
9392
"ndk": {
9493
"lts": "21",

0 commit comments

Comments
 (0)