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 f511ca6 commit e05f33aCopy full SHA for e05f33a
.github/workflows/android-release.yml
@@ -35,6 +35,9 @@ jobs:
35
36
- name: Setup Android SDK and NDK
37
run: |
38
+ # Accept Android SDK licenses first
39
+ echo y | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --licenses
40
+
41
# Install required SDK components
42
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "platforms;android-33" "build-tools;34.0.0" "cmake;3.22.1" "ndk;${{ env.ANDROID_NDK_VERSION }}"
43
0 commit comments