From 316099f69d414225c47db06a37960d2c123ac0c4 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Thu, 22 Dec 2022 21:23:58 +0800 Subject: [PATCH] Update android-ci.yml --- .github/workflows/android-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index a5c543d2..d84d43d3 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -22,17 +22,17 @@ jobs: steps: - uses: actions/checkout@v3 - + - uses: nttld/setup-ndk@v1 id: setup-ndk with: - ndk-version: r23c + ndk-version: r25 add-to-path: false - run: echo ${{env.ANDROID_NDK_HOME}} env: ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} - + # - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type