Skip to content

Commit

Permalink
feat(github): Enable Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Nov 28, 2024
1 parent d1fa347 commit 8b10b7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: macOS
os: macos-latest

# - name: Android32
# os: ubuntu-latest
# target: Android32
- name: Android32
os: ubuntu-latest
target: Android32

# - name: Android64
# os: ubuntu-latest
# target: Android64
- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 8b10b7a

Please sign in to comment.