Skip to content

Commit e1b1812

Browse files
authored
Merge pull request #1401 from lukaszstolarczuk/fix-info-gather
[CI] Fix system info gather step
2 parents ae916a5 + 16bdb63 commit e1b1812

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)