Skip to content

Commit 06d6ff7

Browse files
committed
Update Android SDK
1 parent bad3c64 commit 06d6ff7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ log "Listing installed Android SDKs"
6363
sdkmanager --list_installed
6464

6565
log "Updating Android licenses"
66-
yes | sdkmanager --licenses
67-
#> /dev/null
66+
yes | sdkmanager --licenses > /dev/null || true
6867

6968
log "Installing Android emulator"
7069
sdkmanager --install "${EMULATOR_SPEC}" "emulator" "platform-tools" "platforms;android-${ANDROID_API}"

0 commit comments

Comments
 (0)