We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638f4f7 commit e1515faCopy full SHA for e1515fa
1 file changed
.github/workflows/multi-platform.yml
@@ -18,15 +18,13 @@ jobs:
18
- name: macOS
19
os: macos-latest
20
21
- # TODO: uncomment platforms when we own the libs for them
+ - name: Android32
22
+ os: ubuntu-latest
23
+ target: Android32
24
- #- name: Android32
- # os: ubuntu-latest
25
- # target: Android32
26
-
27
- #- name: Android64
28
29
- # target: Android64
+ - name: Android64
+ target: Android64
30
31
name: ${{ matrix.config.name }}
32
runs-on: ${{ matrix.config.os }}
0 commit comments