Skip to content

Commit b6d6413

Browse files
committed
test
1 parent ca2980d commit b6d6413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
export LD_LIBRARY_PATH=""
7070
export NDK=`ls -d /usr/local/lib/android/sdk/ndk/27.*`
7171
cd build
72-
cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-26 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
72+
cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-29 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
7373
cmake --build . --config Release -j ${{ steps.cpu-cores.outputs.count }}
7474
7575

0 commit comments

Comments
 (0)