Skip to content

Commit ae8d349

Browse files
committed
wip
1 parent 1576e71 commit ae8d349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
NCNN_CMAKE_OPTIONS: |
9595
-DCMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/android-ndk-r16b/build/cmake/android.toolchain.cmake \
96-
-DANDROID_PLATFORM=android-21 \
96+
-DANDROID_PLATFORM=android-14 \
9797
-DCMAKE_INSTALL_PREFIX=install \
9898
-DCMAKE_BUILD_TYPE=Release \
9999
-DNCNN_VULKAN=ON \
@@ -120,7 +120,7 @@ jobs:
120120
- name: armeabi
121121
run: |
122122
mkdir build-armeabi && cd build-armeabi
123-
cmake ${{ env.NCNN_CMAKE_OPTIONS }} -DANDROID_ABI="armeabi" ..
123+
cmake ${{ env.NCNN_CMAKE_OPTIONS }} -DANDROID_ABI="armeabi" -DNCNN_VULKAN=OFF ..
124124
cmake --build . -j $(nproc)
125125
- name: mips
126126
run: |
@@ -141,7 +141,7 @@ jobs:
141141
- name: armeabi-shared
142142
run: |
143143
mkdir build-armeabi-shared && cd build-armeabi-shared
144-
cmake ${{ env.NCNN_CMAKE_OPTIONS }} -DANDROID_ABI="armeabi" -DNCNN_SHARED_LIB=ON ..
144+
cmake ${{ env.NCNN_CMAKE_OPTIONS }} -DANDROID_ABI="armeabi" -DNCNN_VULKAN=OFF -DNCNN_SHARED_LIB=ON ..
145145
cmake --build . -j $(nproc)
146146
- name: mips-shared
147147
run: |

0 commit comments

Comments
 (0)