mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
Trying this
This commit is contained in:
parent
0bdb2caf82
commit
46eab8f218
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
|
@ -154,7 +154,7 @@ async function run(): Promise<void> {
|
|||
|
||||
// intentionally using fs.renameSync,
|
||||
// because it doesn't move across drives
|
||||
fs.renameSync(ANDROID_SDK_ROOT, newSDKLocation)
|
||||
if (ANDROID_SDK_ROOT !== newSDKLocation) fs.renameSync(ANDROID_SDK_ROOT, newSDKLocation)
|
||||
ANDROID_SDK_ROOT = newSDKLocation
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue