From 6e1f4a7fedaa68acc94fd1e9f66a9e49364fccc1 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Thu, 12 Oct 2023 19:43:40 +0330 Subject: [PATCH] Change android ci --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e594648..0b50638 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: - '!.github/workflows/release.yml' env: - NDK_REVISION: r26b + NDK_REVISION: r26-rc1 jobs: build: @@ -47,7 +47,7 @@ jobs: - name: Setup NDK if: startsWith(matrix.job.target,'android') - uses: nttld/setup-ndk@v1 + uses: nttld/setup-ndk@v1.4.0 id: setup-ndk with: ndk-version: '${{ env.NDK_REVISION }}'