...
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Has been cancelled
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Has been cancelled
This commit is contained in:
parent
d79ac8eff4
commit
7cc00e2776
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user