ddaaa
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 3m1s

This commit is contained in:
Alexander Kacheryants 2024-07-12 02:31:08 +03:00
parent a8616cf259
commit 1ff12fa8fb
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Build Android
on: [push, pull_request]
on: [pull_request]
jobs:
build:

View File

@ -31,6 +31,10 @@ jobs:
with:
node-version: 20.x
- name: Set up Android SDK
if: ${{ env.ACT }} # Only run on local act setups, as GitHub Actions provides the Android SDK on Ubuntu
uses: android-actions/setup-android@v2
# - name: Install Ionic
# run: npm install -g @ionic/cli