mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
Remove unnecessary changes
This commit is contained in:
parent
903dd50e8f
commit
aceb0eac9b
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -58,7 +58,7 @@ async function install(): Promise<string> {
|
||||||
|
|
||||||
await exec.exec(
|
await exec.exec(
|
||||||
sdkManager,
|
sdkManager,
|
||||||
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'cmdline-tools'],
|
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'tools'],
|
||||||
{input: acceptBuffer}
|
{input: acceptBuffer}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue