ddaaa
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 3m1s
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 3m1s
This commit is contained in:
parent
a8616cf259
commit
1ff12fa8fb
@ -1,6 +1,6 @@
|
|||||||
name: Build Android
|
name: Build Android
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -31,6 +31,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20.x
|
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
|
# - name: Install Ionic
|
||||||
# run: npm install -g @ionic/cli
|
# run: npm install -g @ionic/cli
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user