From 7cc00e27766d3f24b5435519627a9d056b1196d2 Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Sat, 13 Jul 2024 05:27:17 +0300 Subject: [PATCH] ... --- .gitea/workflows/test-make.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index e8ef2a4..e5e352f 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -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