Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 24, 2025
1 parent 36e090b commit 5346a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ shopt -s extglob
distro_id=$(grep "^ID=" /etc/os-release)

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

case $distro_id in
"ID=fedora")
dnf install $shared automake util-linux \
texlive-{ec,metafont,tex-gyre,fncychap,wrapfig,capt-of,framed,upquote,needspace,tabulary,parskip,oberdiek,makeindex,pict2e,eclipse} \
python3-sphinx_rtd_theme php-mysqlnd texlive-cmap -y ;;
*)
apt-get update; apt-get full-upgrade -y ;
Expand Down

0 comments on commit 5346a7e

Please sign in to comment.