mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Suppress unzip logs in Ubuntu image generation (#3068)
This commit is contained in:
committed by
GitHub
parent
1572c20af1
commit
05fc867e8a
@@ -52,7 +52,7 @@ mkdir -p ${ANDROID_SDK_ROOT}
|
||||
# Download the latest command line tools so that we can accept all of the licenses.
|
||||
# See https://developer.android.com/studio/#command-tools
|
||||
wget -O android-sdk.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
|
||||
unzip android-sdk.zip -d ${ANDROID_SDK_ROOT}
|
||||
unzip -qq android-sdk.zip -d ${ANDROID_SDK_ROOT}
|
||||
rm -f android-sdk.zip
|
||||
|
||||
if isUbuntu20 ; then
|
||||
|
||||
Reference in New Issue
Block a user