Skip to content

Commit e0859dc

Browse files
hqzingjschwe
authored andcommitted
Use 'unzip -q' to avoid large logs
Signed-off-by: hqzing <[email protected]>
1 parent c652031 commit e0859dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_ohos_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function extract_sdk_components() {
5252
echo "::group::Unzipping archive"
5353
#shellcheck disable=SC2144
5454
if [[ -f "${COMPONENT}" ]]; then
55-
unzip "${COMPONENT}"
55+
unzip -q "${COMPONENT}"
5656
else
5757
echo "Failed to find component ${COMPONENT}"
5858
ls -la

0 commit comments

Comments
 (0)