File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 93
93
env :
94
94
NCNN_CMAKE_OPTIONS : |
95
95
-DCMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/android-ndk-r16b/build/cmake/android.toolchain.cmake \
96
- -DANDROID_PLATFORM=android-21 \
96
+ -DANDROID_PLATFORM=android-14 \
97
97
-DCMAKE_INSTALL_PREFIX=install \
98
98
-DCMAKE_BUILD_TYPE=Release \
99
99
-DNCNN_VULKAN=ON \
@@ -120,7 +120,7 @@ jobs:
120
120
- name : armeabi
121
121
run : |
122
122
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 ..
124
124
cmake --build . -j $(nproc)
125
125
- name : mips
126
126
run : |
@@ -141,7 +141,7 @@ jobs:
141
141
- name : armeabi-shared
142
142
run : |
143
143
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 ..
145
145
cmake --build . -j $(nproc)
146
146
- name : mips-shared
147
147
run : |
You can’t perform that action at this time.
0 commit comments