Skip to content

Commit 5f0acc1

Browse files
committed
Fixup
1 parent 50fcb34 commit 5f0acc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ distro_id=$(grep "^ID=" /etc/os-release)
88

99
# Install everything for configure and testing
1010
shared1="pkg-config make rst2pdf autoconf composer bats latexmk"
11-
shared2="$shared1 python3-{yaml,sphinx} php{,-{fpm,gd,cli,intl,mbstrin,mysql,curl,jsonxml,zip}}"
11+
shared2="$shared1 python3-{yaml,sphinx} php{,-{fpm,gd,cli,intl,mbstrin,mysql,curl,json,xml,zip}}"
1212
shared=$(eval echo $shared2)
1313

1414
case $distro_id in
1515
"ID=fedora")
16-
dnf install $shared2 automake util-linux \
16+
dnf install $shared automake util-linux \
1717
python3-sphinx_rtd_theme texlive-cmap -y ;;
1818
*)
1919
apt-get update; apt-get full-upgrade -y ;
20-
echo $shared ; \
2120
apt-get install $shared \
2221
python3-sphinx-rtd-theme texlive-latex-{recommended,extra} tex-gyre -y ;;
2322
esac

0 commit comments

Comments
 (0)