Skip to content

Commit e05f33a

Browse files
committed
accept Android SDK licenses
1 parent f511ca6 commit e05f33a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535

3636
- name: Setup Android SDK and NDK
3737
run: |
38+
# Accept Android SDK licenses first
39+
echo y | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --licenses
40+
3841
# Install required SDK components
3942
${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 }}"
4043

0 commit comments

Comments
 (0)