diff --git a/.ci/compile.sh b/.ci/compile.sh index e8e71c738..3fdd7b839 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -299,7 +299,7 @@ fi if [[ $MAKE_PACKAGE ]]; then echo "::group::Create package" - cmake --build . --verbose --target package --config "$BUILDTYPE" + cmake --build . --target package --config "$BUILDTYPE" echo "::endgroup::" if [[ $PACKAGE_SUFFIX ]]; then