Update build.yml
This commit is contained in:
parent
f3ec5cf0a7
commit
95b489d9f1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -89,6 +89,8 @@ jobs:
|
||||||
-D PLATFORM=Android \
|
-D PLATFORM=Android \
|
||||||
-D ANDROID_ABI=${{ matrix.arch }} \
|
-D ANDROID_ABI=${{ matrix.arch }} \
|
||||||
-D ANDROID_PLATFORM=21
|
-D ANDROID_PLATFORM=21
|
||||||
|
-D ANDROID_ARM_NEON=TRUE \
|
||||||
|
-D ANDROID_ARMV8A=TRUE
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue