Skip to content

Commit 8c797a6

Browse files
committed
Fixup
1 parent a8c25eb commit 8c797a6

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
@@ -7,7 +7,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake util-linux python3 python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml latexmk -y ;;
10+
dnf install pkg-config make bats autoconf automake util-linux python3 python-sphinx python3-sphinx_rtd_theme rst2pdf fontconfig python3-yaml latexmk -y ;;
1111
*)
1212
apt-get update; apt-get full-upgrade -y
1313
apt-get install pkg-config make bats autoconf python3 -y ;;

0 commit comments

Comments
 (0)