Skip to content

Commit ed35165

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Remove duplicated package list
1 parent e7c7c59 commit ed35165

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
@@ -5,13 +5,15 @@ set -eux
55
distro_id=$(grep "^ID=" /etc/os-release)
66

77
# Install everything for configure and testing
8+
shared="pkg-config make rst2pdf autoconf composer bats"
9+
810
case $distro_id in
911
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake util-linux composer \
12+
dnf install $shared automake util-linux \
1113
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
1214
*)
1315
apt-get update; apt-get full-upgrade -y
14-
apt-get install pkg-config make bats autoconf composer \
16+
apt-get install $shared \
1517
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
1618
esac
1719

0 commit comments

Comments
 (0)