We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc8aaf commit 754bafdCopy full SHA for 754bafd
.github/workflows/uploadArchives.yml
@@ -42,6 +42,9 @@ jobs:
42
43
- name: Prepare signing secret key ring file
44
run: echo "${{ secrets.SIGNING_KEY }}" | base64 --decode > backtrace-library/secret_key.gpg
45
+
46
+ - name: Accept Android SDK licences
47
+ run: yes | "${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager" --licenses
48
49
- name: Grant execute permission for gradlew
50
run: chmod +x gradlew
0 commit comments