From 7cd60fd53f0db2c97e7f7f3e9340dd6b1f9b7c69 Mon Sep 17 00:00:00 2001 From: iHackFX Date: Mon, 15 Jul 2024 02:55:26 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/make-app.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/make-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/make-app.yaml b/.gitea/workflows/make-app.yaml index a79f5c3..b3e61ae 100644 --- a/.gitea/workflows/make-app.yaml +++ b/.gitea/workflows/make-app.yaml @@ -18,7 +18,7 @@ jobs: cache: 'gradle' - name: Setup Android SDK - uses: Xmaxer/setup-android@v1.0.3 + uses: android-actions/setup-android@v3 - name: Accept license for Android SDK run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses || if [ $? -ne '141' ]; then exit $?; fi; #Captures SIGPIPE 141 error but still allow repeating "y" to accept all licenses