baaaa
Some checks failed
Build Android / Build APK (push) Failing after 4m36s

This commit is contained in:
Alexander Kacheryants 2024-07-12 01:11:09 +03:00
parent 3a87599031
commit 87c8973331

View File

@ -22,17 +22,8 @@ jobs:
with: with:
sdk-version: | sdk-version: |
30 30
33
34 34
build-tools-version: 30.0.3
- name: Install android Build Tools
continue-on-error: true
run: |
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.3"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platforms;android-30"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platforms;android-31"
# yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;31.0.0"
- 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
@ -42,8 +33,8 @@ jobs:
with: with:
node-version: 20.x node-version: 20.x
- name: Install Ionic # - name: Install Ionic
run: npm install -g @ionic/cli # run: npm install -g @ionic/cli
- name: Install app dependencies - name: Install app dependencies
run: npm install run: npm install