We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c652031 commit e0859dcCopy full SHA for e0859dc
install_ohos_sdk.sh
@@ -52,7 +52,7 @@ function extract_sdk_components() {
52
echo "::group::Unzipping archive"
53
#shellcheck disable=SC2144
54
if [[ -f "${COMPONENT}" ]]; then
55
- unzip "${COMPONENT}"
+ unzip -q "${COMPONENT}"
56
else
57
echo "Failed to find component ${COMPONENT}"
58
ls -la
0 commit comments