File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ jobs:
596596 name : Build
597597 run : |
598598 export LD_LIBRARY_PATH=""
599- export NDK=`ls -d /usr/local/lib/android/sdk/ndk/26 .*`
599+ export NDK=`ls -d /usr/local/lib/android/sdk/ndk/27 .*`
600600 cd build
601601 cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-23 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
602602 cmake --build . --config Release -j ${{ steps.cpu-cores.outputs.count }}
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 id : cmake_build_android
249249 run : |
250250 export LD_LIBRARY_PATH=""
251- export NDK=`ls -d /usr/local/lib/android/sdk/ndk/26 .*`
251+ export NDK=`ls -d /usr/local/lib/android/sdk/ndk/27 .*`
252252 cd build
253253 cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-23 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
254254 cmake --build . --config Release -j ${{ steps.cpu-cores.outputs.count }}
You can’t perform that action at this time.
0 commit comments