diff --git a/.github/scripts/get_system_info.sh b/.github/scripts/get_system_info.sh index 573c7195d3..2aa19a298e 100755 --- a/.github/scripts/get_system_info.sh +++ b/.github/scripts/get_system_info.sh @@ -93,7 +93,7 @@ function system_info { echo "***************all installed packages***************" # Instructions below will return some minor errors, as they are dependent on the Linux distribution. - zypper se --installed-only 2>/dev/null || true + zypper -n se --installed-only 2>/dev/null || true apt list --installed 2>/dev/null || true yum list installed 2>/dev/null || true }