Skip to content

Commit bad3c64

Browse files
committed
Update Android SDK
1 parent 4d8249c commit bad3c64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

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

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

0 commit comments

Comments
 (0)