From 0a231f8b3a7c745b889a4e626ccc61d3ce9be794 Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Fri, 12 Jul 2024 04:32:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=20=D1=8E=D0=B1=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-make.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index 26634aa..d371328 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -38,6 +38,7 @@ jobs: # https://github.com/lzhiyong/android-sdk-tools/releases - name: Install ADB + continue-on-error: true run: | 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