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
Setup Android SDK (#1867)
This commit is contained in:
5
.github/workflows/build-manager.yml
vendored
5
.github/workflows/build-manager.yml
vendored
@@ -89,6 +89,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gradle-home-cache-cleanup: true
|
gradle-home-cache-cleanup: true
|
||||||
|
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Download arm64 ksud
|
- name: Download arm64 ksud
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -157,4 +160,4 @@ jobs:
|
|||||||
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
|
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
|
||||||
pip3 install telethon
|
pip3 install telethon
|
||||||
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
|
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user