Skip to content

Commit c3248bb

Browse files
committed
Github Actions: Even more fixing of Android SDK setup.
1 parent 3c1fba5 commit c3248bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
log-accepted-android-sdk-licenses: false
5959
cmdline-tools-version: 14742923
60-
packages: 'tools platform-tools build-tools'
60+
packages: 'tools platform-tools platforms;android-36 build-tools;36.0.0'
6161

6262
- name: Try and find android build-tools
6363
run: apksigner

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
log-accepted-android-sdk-licenses: false
5353
cmdline-tools-version: 14742923
54-
packages: 'tools platform-tools build-tools'
54+
packages: 'tools platform-tools platforms;android-36 build-tools;36.0.0'
5555

5656
- name: Code Style
5757
run: ./gradlew ktlintCheck

0 commit comments

Comments
 (0)