We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action-android/install-sdk/src/sdk.ts
Line 57 in 903c42f
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.
The text was updated successfully, but these errors were encountered:
Differently, checking for existence before extracting might be an option, too.
Sorry, something went wrong.
@adiknoth why do you install the sdk if you have an installation on self-hosted runner already?
No branches or pull requests
action-android/install-sdk/src/sdk.ts
Line 57 in 903c42f
Adding "-o" to the unzip command might fix it.
The text was updated successfully, but these errors were encountered: