From 581b7b23df22a0516c51655ff60a35b49582c26c Mon Sep 17 00:00:00 2001 From: "Oleksandr.Karpovich" Date: Fri, 9 Feb 2024 11:24:05 +0100 Subject: [PATCH] update android ndk to r25c to fix broken android debug build --- .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 5b2ce3b..5a283aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r21e + ndk-version: r25c - run: python3 script/build.py --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} --ndk ${{ steps.setup-ndk.outputs.ndk-path }} - run: python3 script/archive.py --version ${{ env.version }} --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} - uses: actions/upload-artifact@v2