From 08ddb251566318342b0fc67e616180093e9552e2 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Thu, 12 Oct 2023 19:50:24 +0330 Subject: [PATCH] Change android ci --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b50638..fda1e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,9 +11,6 @@ on: - '.github/**' - '!.github/workflows/release.yml' -env: - NDK_REVISION: r26-rc1 - jobs: build: permissions: write-all @@ -50,10 +47,9 @@ jobs: uses: nttld/setup-ndk@v1.4.0 id: setup-ndk with: - ndk-version: '${{ env.NDK_REVISION }}' + ndk-version: r26b add-to-path: true local-cache: true - link-to-sdk: true - name: Setup MinGW if: startsWith(matrix.job.target,'windows')