Skip to content

Commit 8b10b7a

Browse files
committed
feat(github): Enable Android build
1 parent d1fa347 commit 8b10b7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: macOS
1919
os: macos-latest
2020

21-
# - name: Android32
22-
# os: ubuntu-latest
23-
# target: Android32
21+
- name: Android32
22+
os: ubuntu-latest
23+
target: Android32
2424

25-
# - name: Android64
26-
# os: ubuntu-latest
27-
# target: Android64
25+
- name: Android64
26+
os: ubuntu-latest
27+
target: Android64
2828

2929
name: ${{ matrix.config.name }}
3030
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)