Skip to content

Commit 00f0681

Browse files
fix: streamline Android SDK setup by consolidating package installation
1 parent ef4c7a3 commit 00f0681

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
- name: Setup Android SDK
4242
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.1
4343
with:
44-
packages: |
45-
tools
46-
platform-tools
47-
ndk;${{ env.NDK_VERSION }}
44+
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
4845

4946
- name: Enable KVM
5047
run: |

0 commit comments

Comments
 (0)