mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 11:29:14 +00:00
Remove unnecessary changes
This commit is contained in:
committed by
Dave Olsthoorn
parent
903dd50e8f
commit
aceb0eac9b
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(
|
||||
sdkManager,
|
||||
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'cmdline-tools'],
|
||||
['--include_obsolete', `--sdk_root=${ANDROID_SDK_ROOT}`, 'tools'],
|
||||
{input: acceptBuffer}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user