Skip to content

Commit d7bfa8e

Browse files
authored
Merge pull request #1166 from martindevans/update_apr_2025
Removed Android x86
2 parents 7be2db4 + fab97c3 commit d7bfa8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/compile.yml

-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@ jobs:
544544
fail-fast: true
545545
matrix:
546546
include:
547-
- build: 'x86'
548-
defines: '-DANDROID_ABI=x86 -DCMAKE_C_FLAGS=-march=i686 -DCMAKE_CXX_FLAGS=-march=i686'
549547
- build: 'x86_64'
550548
defines: '-DANDROID_ABI=x86_64 -DCMAKE_C_FLAGS=-march=x86-64 -DCMAKE_CXX_FLAGS=-march=x86-64'
551549
- build: 'arm64-v8a'

0 commit comments

Comments
 (0)