From 75a08a6aa471c0064492504df04b1f189ab9851d Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 31 Jul 2024 22:59:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7ndk=E8=87=B3r27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 012c28e..3648b24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: if: contains(matrix.arch, 'android') id: setup-ndk with: - ndk-version: r26d + ndk-version: r27 add-to-path: false # # https://github.com/microsoft/vcpkg/issues/31332