Skip to content

Commit

Permalink
Setup Android SDK (tiann#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and fukiame committed Aug 11, 2024
1 parent c39c7d2 commit e94e43f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
with:
gradle-home-cache-cleanup: true

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Download arm64 ksud
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -157,4 +160,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 e94e43f

Please sign in to comment.