Skip to content

Commit

Permalink
modified: .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HH45137 committed Apr 15, 2024
1 parent 1b64bb5 commit f541c1b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build android-armv7a
run: |
scripts/build-android-armv7a.sh
with:
path: ../android_build
- name: Build android-armv7a
uses: actions/checkout@v2
run: |
scripts/build-android-armv7a.sh
with:
name: android-arm32-lib
path: ../android_build

build-android-aarch64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f541c1b

Please sign in to comment.