update test-make.yaml
Some checks failed
Generated APK AAB (Upload - Create Artifact To Github Action) / build (push) Failing after 6m40s

This commit is contained in:
ihackfx 2024-07-13 05:16:08 +03:00
parent 6a8e9e93b4
commit e3c372d085

View File

@ -36,7 +36,7 @@ jobs:
curl --location --output ./idesetup https://github.com/AndroidIDEOfficial/androidide-tools/raw/main/scripts/idesetup
ls
chmod +x ./idesetup
'y' | ./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
shell: bash