You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: fix workflow
This commit is contained in:
18
.github/workflows/build-manager-ci.yml
vendored
18
.github/workflows/build-manager-ci.yml
vendored
@@ -23,22 +23,32 @@ jobs:
|
||||
# uses: ./.github/workflows/build-lkm.yml
|
||||
# secrets: inherit
|
||||
|
||||
build-susfsd:
|
||||
# needs: build-lkm // DISBAND LKM MODE
|
||||
build-susfsd-aarch64:
|
||||
# needs: build-lkm
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-linux-android
|
||||
os: ubuntu-latest
|
||||
uses: ./.github/workflows/susfsd-aarch64.yml
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
os: ${{ matrix.os }}
|
||||
|
||||
build-susfsd-arm:
|
||||
needs: build-susfsd-aarch64
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- target: armv7-linux-androideabi
|
||||
os: ubuntu-latest
|
||||
uses: ./.github/workflows/susfsd.yml
|
||||
uses: ./.github/workflows/susfsd-arm.yml
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
os: ${{ matrix.os }}
|
||||
|
||||
build-ksud:
|
||||
needs: build-susfsd
|
||||
needs: build-susfsd-arm
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user