Skip to content

Commit 5a23d5c

Browse files
authored
Update setup_configure_image.sh
1 parent 7ae40c9 commit 5a23d5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake util-linux -y ;;
10+
dnf install make bats autoconf automake -y ;;
11+
'ID="opensuse-leap"')
12+
zypper install -y make bats autoconf automake ;;
1113
*)
1214
apt-get update; apt-get full-upgrade -y
13-
apt-get install pkg-config make bats autoconf -y ;;
15+
apt-get install make bats autoconf -y ;;
1416
esac
1517

1618
# Build the configure file

0 commit comments

Comments
 (0)