Skip to content

Commit

Permalink
Update build-manager.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Akari <[email protected]>
  • Loading branch information
whyakari authored Jun 4, 2024
1 parent 3020b8f commit 9e229d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ on:
workflow_call:

jobs:
build-lkm:
uses: ./.github/workflows/build-lkm.yml
secrets: inherit

build-ksud:
needs: build-lkm
strategy:
matrix:
include:
Expand Down Expand Up @@ -157,4 +152,4 @@ jobs:
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
pip3 install telethon
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
fi
fi

0 comments on commit 9e229d7

Please sign in to comment.