???
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 23m2s
ci/woodpecker/manual/make-app Pipeline failed

This commit is contained in:
Alexander Kacheryants 2024-07-12 06:31:51 +03:00
parent 6d88f16ff6
commit e8b78cf725

View File

@ -67,6 +67,10 @@ jobs:
bash -c 'yes || true' | sdkmanager --licenses
shell: bash
- name: Remove gradle caches
run: rm -rf ~/.gradle/caches/
shell: bash
# - name: Install Ionic
# run: npm install -g @ionic/cli