From 7c2fba684d4712489c0e3afc16e17cd76ba3a7f4 Mon Sep 17 00:00:00 2001 From: CherretGit <53180941+CherretGit@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:19:20 +0700 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 60f527d..2c2f823 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -38,11 +38,7 @@ jobs: uses: android-actions/setup-android@v2 - name: Setup NDK - uses: nttld/setup-ndk@v1.5.0 - with: - ndk-version: r27d - link-to-sdk: true - local-cache: true + run: sdkmanager "ndk;27.0.12077973" "cmake;3.22.1" - name: Install toolchain run: |