Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit cf10755

Browse files
authored
Update android.yml
1 parent f26c001 commit cf10755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
cache: gradle
2222
- name: Grant execute permission for gradlew
2323
run: chmod +x gradlew
24+
- name: Setup Android SDK
25+
uses: android-actions/setup-android@v2
2426
- name: Build Neko11 with Gradle
2527
run: ./gradlew assembleDebug
2628
- name: Upload artifact

0 commit comments

Comments
 (0)