Skip to content

Commit 8bffd54

Browse files
committed
Fixup
1 parent 5346a7e commit 8bffd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ shopt -s extglob
77
distro_id=$(grep "^ID=" /etc/os-release)
88

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

1414
case $distro_id in
1515
"ID=fedora")
16-
dnf install $shared automake util-linux \
16+
dnf install $shared automake util-linux rst2pdf \
1717
texlive-{ec,metafont,tex-gyre,fncychap,wrapfig,capt-of,framed,upquote,needspace,tabulary,parskip,oberdiek,makeindex,pict2e,eclipse} \
1818
python3-sphinx_rtd_theme php-mysqlnd texlive-cmap -y ;;
1919
*)

0 commit comments

Comments
 (0)