Skip to content

Commit 9e4391a

Browse files
committed
Silence unzip when extracting Android SDK
1 parent 9408f9c commit 9e4391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/android-install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SDK=4333796
2222
API=25
2323
mkdir sdk
2424
curl --retry 10 https://dl.google.com/android/repository/sdk-tools-linux-${SDK}.zip -O
25-
unzip -d sdk sdk-tools-linux-${SDK}.zip
25+
unzip -q -d sdk sdk-tools-linux-${SDK}.zip
2626

2727
case "$1" in
2828
arm | armv7)

0 commit comments

Comments
 (0)