Skip to content

Commit 16bdb63

Browse files
[CI] Add missing 'non-interactive' switch to zypper call
1 parent a2a0919 commit 16bdb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get_system_info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function system_info {
9393

9494
echo "***************all installed packages***************"
9595
# Instructions below will return some minor errors, as they are dependent on the Linux distribution.
96-
zypper se --installed-only 2>/dev/null || true
96+
zypper -n se --installed-only 2>/dev/null || true
9797
apt list --installed 2>/dev/null || true
9898
yum list installed 2>/dev/null || true
9999
}

0 commit comments

Comments
 (0)