From 6d88f16ff6c8dec44854530d1deaae66610be372 Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Fri, 12 Jul 2024 05:40:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B0=20=D0=B4=D0=B0,=20=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index 4ae4962..96e2428 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -40,7 +40,7 @@ jobs: - name: Install ADB continue-on-error: true run: | - curl --compressed --location --output tools.zip https://github.com/lzhiyong/android-sdk-tools/releases/download/33.0.3/android-sdk-tools-static-aarch64.zip + curl --compressed --location --output tools.zip https://github.com/lzhiyong/android-sdk-tools/releases/download/34.0.3/android-sdk-tools-static-aarch64.zip unzip -d tools -n -q tools.zip rm -f tools.zip cp tools/platform-tools/adb $ANDROID_HOME/platform-tools/adb