Skip to content

Commit 7e5c4c7

Browse files
authored
Update main.yml
1 parent 44250ce commit 7e5c4c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
chmod +x android.sh
6161
6262
./android.sh \
63-
--enable-arch-arm64-v8a \
64-
--enable-arch-arm-v7a \
65-
--enable-arch-x86 \
66-
--enable-arch-x86-64 \
63+
--enable-arm-v7a-neon \
64+
--enable-arm64-v8a \
65+
--enable-x86 \
66+
--enable-x86-64 \
6767
--enable-android-ndk-r26 \
6868
--target-sdk-version=21 \
6969
--min-sdk-version=21 \

0 commit comments

Comments
 (0)