Skip to content

Commit 5534cf7

Browse files
try
1 parent 4a3b3ae commit 5534cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: android-ndk-${{ env.NDK_VERSION }}
3333

3434
- name: Setup Android NDK
35-
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager "ndk;${{ env.NDK_VERSION }}"
35+
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "ndk;${{ env.NDK_VERSION }}"
3636

3737
- name: Clone RUM schema
3838
run: ./gradlew cloneAllRumSchemas -Pdd.rum.schema.ref="${{ github.ref_name }}"

0 commit comments

Comments
 (0)