mirror of
https://github.com/android-actions/setup-android.git
synced 2026-06-13 13:38:07 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bdb2caf82 |
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -124,6 +124,7 @@ async function installSdkManager(): Promise<string> {
|
||||
path.join(cmdlineToolsExtractedLocation, 'cmdline-tools'),
|
||||
desiredLocation
|
||||
)
|
||||
fse.removeSync(cmdlineToolsExtractedLocation)
|
||||
|
||||
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
||||
sdkManager.isCorrectVersion = true
|
||||
|
||||
Reference in New Issue
Block a user