?
Some checks failed
Build Android / Build APK (push) Failing after 7m16s

This commit is contained in:
Alexander Kacheryants 2024-07-15 14:41:49 +03:00
parent 7cd60fd53f
commit 4f4bd3290b

View File

@ -13,12 +13,12 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
uses: android-actions/setup-android@v2.0.10
- name: Accept license for Android SDK
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses || if [ $? -ne '141' ]; then exit $?; fi; #Captures SIGPIPE 141 error but still allow repeating "y" to accept all licenses