diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index d7cbd5a..452aea1 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -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