-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
action-android/install-sdk/src/sdk.ts
Line 57 in 903c42f
| await execWithResult(`unzip -q ${ANDROID_TMP_PATH} -d ${ANDROID_HOME}`) |
curl -L https://dl.google.com/android/repository/sdk-tools-darwin-4333796.zip -o /tmp/android-sdk.zip -s
unzip -q /tmp/android-sdk.zip -d /Users/ghrunner/android-sdk
replace /Users/ghrunner/android-sdk/tools/NOTICE.txt? [y]es, [n]o, [A]ll, [N]one, [r]ename: ::error::The process 'unzip' failed with exit code 80
Adding "-o" to the unzip command might fix it.
Metadata
Metadata
Assignees
Labels
No labels