We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207def commit a802a40Copy full SHA for a802a40
.github/workflows/build-apk.yml
@@ -28,9 +28,6 @@ jobs:
28
- name: Setup Android SDK
29
uses: android-actions/setup-android@v2
30
31
- - name: Accept Android SDK licenses
32
- run: yes | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses
33
-
34
- name: Setup cmake
35
run: |
36
echo "ANDROID_HOME=$ANDROID_SDK_ROOT" >> $GITHUB_ENV
0 commit comments