diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index d17b0b7..a534840 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -33,7 +33,8 @@ jobs: - name: test SDK run: | - curl --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 chmod +x ./idesetup "y" | /bin/bash ./idesetup -s 34.0.4 -c -j 17 cat $ANDROID_HOME