Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yervant7 authored Dec 30, 2023
1 parent 83b5383 commit ceaf7e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ on:

jobs:
build-apd:
strategy:
matrix:
include:
- target: aarch64-linux-android
uses: ./.github/workflows/apd.yml

with:
target: ${{ matrix.target }}

build-manager:
needs: build-apd
Expand Down

0 comments on commit ceaf7e1

Please sign in to comment.