Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Sep 4, 2024
1 parent 9a422de commit 059faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Android build

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
strategy:
matrix:
arch: [ "arm64", "arm32", "x86", "x64" ]
arch: [ "arm64" ]
fail-fast: false

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 059faf2

Please sign in to comment.