Skip to content

Commit e5a3eff

Browse files
fix android action
1 parent 4f1dddd commit e5a3eff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
key: android-ndk-28.0.13004108
2727

2828
- name: Setup Android SDK
29-
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.1
30-
with:
31-
packages: 'platforms;android-36 build-tools;36.0.0 platform-tools ndk;28.0.13004108'
29+
run: |
30+
yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --licenses
31+
${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "platform-tools" "ndk;28.0.13004108"
3232
3333
- name: Clone RUM schema
3434
run: ./gradlew :features:dd-sdk-android-rum:cloneRumSchema -Pdd.rum.schema.ref="${{ github.head_ref }}"

0 commit comments

Comments
 (0)