Обновить .gitea/workflows/make-app.yaml
Some checks failed
Build Android / Build APK (push) Failing after 3m24s
Some checks failed
Build Android / Build APK (push) Failing after 3m24s
This commit is contained in:
parent
cabcfcb230
commit
7cd60fd53f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user