mirror of
https://github.com/android-actions/setup-android.git
synced 2026-07-01 16:47:58 +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'),
|
path.join(cmdlineToolsExtractedLocation, 'cmdline-tools'),
|
||||||
desiredLocation
|
desiredLocation
|
||||||
)
|
)
|
||||||
|
fse.removeSync(cmdlineToolsExtractedLocation)
|
||||||
|
|
||||||
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
||||||
sdkManager.isCorrectVersion = true
|
sdkManager.isCorrectVersion = true
|
||||||
|
|||||||
Reference in New Issue
Block a user