Skip to content

Commit 0a511fa

Browse files
committed
Update setup_configure_image.sh
1 parent 191cb93 commit 0a511fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ shared2="$shared python3-{yaml,sphinx}"
1111
case $distro_id in
1212
"ID=fedora")
1313
dnf install $shared automake util-linux \
14-
python3-sphinx_rtd_theme -y ;;
14+
python3-sphinx_rtd_theme texlive-latex-{recommended,extra} tex-gyre -y ;;
1515
*)
1616
apt-get update; apt-get full-upgrade -y
1717
apt-get install $shared \

0 commit comments

Comments
 (0)