Skip to content

Commit e1515fa

Browse files
authored
add android to workflow
1 parent 638f4f7 commit e1515fa

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/multi-platform.yml

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

21-
# TODO: uncomment platforms when we own the libs for them
21+
- name: Android32
22+
os: ubuntu-latest
23+
target: Android32
2224

23-
#- name: Android32
24-
# os: ubuntu-latest
25-
# target: Android32
26-
27-
#- name: Android64
28-
# os: ubuntu-latest
29-
# target: Android64
25+
- name: Android64
26+
os: ubuntu-latest
27+
target: Android64
3028

3129
name: ${{ matrix.config.name }}
3230
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)