...
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:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: test SDK
|
# - name: test SDK
|
||||||
run: |
|
# run: |
|
||||||
curl --location --output ./idesetup https://github.com/AndroidIDEOfficial/androidide-tools/raw/main/scripts/idesetup
|
# curl --location --output ./idesetup https://github.com/AndroidIDEOfficial/androidide-tools/raw/main/scripts/idesetup
|
||||||
ls
|
# ls
|
||||||
chmod +x ./idesetup
|
# chmod +x ./idesetup
|
||||||
(while sleep 3; do echo "y"; done) | ./idesetup -s 34.0.4 -c -j 17
|
# (while sleep 3; do echo "y"; done) | ./idesetup -s 34.0.4 -c -j 17
|
||||||
cat $ANDROID_HOME
|
# cat $ANDROID_HOME
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user