From 7c7e72db6424aea6d28c9506f543d2496b249016 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:28:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=93=BE=E6=8E=A5=E5=88=B0=20NDK=20=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 58338d3..a208fe0 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -42,7 +42,8 @@ jobs: uses: nttld/setup-ndk@v1.5.0 with: ndk-version: r27c - # link-to-sdk: true + link-to-sdk: true + local-cache: true - name: Build with Gradle run: ./gradlew assembleRelease