Skip to content

Commit 99f923a

Browse files
authored
Merge pull request #5843 from cakebaker/ci_android_64
ci: add Android x86_64
2 parents 8691ec9 + 881fa88 commit 99f923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
api-level: [28]
2929
target: [default]
30-
arch: [x86] # , arm64-v8a
30+
arch: [x86, x86_64] # , arm64-v8a
3131
env:
3232
TERMUX: v0.118.0
3333
steps:

0 commit comments

Comments
 (0)