Skip to content

Commit 5346a7e

Browse files
committed
Fixup
1 parent 36e090b commit 5346a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ 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"
10+
shared1="pkg-config make rst2pdf 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")
1616
dnf install $shared automake util-linux \
17+
texlive-{ec,metafont,tex-gyre,fncychap,wrapfig,capt-of,framed,upquote,needspace,tabulary,parskip,oberdiek,makeindex,pict2e,eclipse} \
1718
python3-sphinx_rtd_theme php-mysqlnd texlive-cmap -y ;;
1819
*)
1920
apt-get update; apt-get full-upgrade -y ;

0 commit comments

Comments
 (0)