From 7ad96b134854ef244e2c8f0e3a5a20724a2a1238 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Thu, 12 Oct 2023 19:32:47 +0330 Subject: [PATCH] Bump NDK version --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34b8431c..e5946487 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,10 @@ on: - 'docs/**' - '.github/**' - '!.github/workflows/release.yml' + +env: + NDK_REVISION: r26b + jobs: build: permissions: write-all @@ -46,9 +50,10 @@ jobs: uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r25b + ndk-version: '${{ env.NDK_REVISION }}' add-to-path: true local-cache: true + link-to-sdk: true - name: Setup MinGW if: startsWith(matrix.job.target,'windows')