...
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Has been cancelled

This commit is contained in:
Alexander Kacheryants 2024-07-13 05:27:17 +03:00
parent d79ac8eff4
commit 7cc00e2776

View File

@ -31,14 +31,14 @@ jobs:
with:
node-version: 20.x
- name: test SDK
run: |
curl --location --output ./idesetup https://github.com/AndroidIDEOfficial/androidide-tools/raw/main/scripts/idesetup
ls
chmod +x ./idesetup
(while sleep 3; do echo "y"; done) | ./idesetup -s 34.0.4 -c -j 17
cat $ANDROID_HOME
shell: bash
# - name: test SDK
# run: |
# curl --location --output ./idesetup https://github.com/AndroidIDEOfficial/androidide-tools/raw/main/scripts/idesetup
# ls
# chmod +x ./idesetup
# (while sleep 3; do echo "y"; done) | ./idesetup -s 34.0.4 -c -j 17
# cat $ANDROID_HOME
# shell: bash
- name: Setup Android SDK
uses: android-actions/setup-android@v3