Обновить .gitea/workflows/make-app.yaml
Some checks failed
Build Android / Build APK (push) Failing after 3m24s

This commit is contained in:
iHackFX 2024-07-15 02:55:26 +00:00
parent cabcfcb230
commit 7cd60fd53f

View File

@ -18,7 +18,7 @@ jobs:
cache: 'gradle' cache: 'gradle'
- name: Setup Android SDK - name: Setup Android SDK
uses: Xmaxer/setup-android@v1.0.3 uses: android-actions/setup-android@v3
- name: Accept license for Android SDK - 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 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