From 76c4eab3d2e946d967da7c0bffa43b029446cfe5 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:09:31 +0000 Subject: [PATCH] Fixup --- .github/jobs/configure-checks/setup_configure_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/jobs/configure-checks/setup_configure_image.sh b/.github/jobs/configure-checks/setup_configure_image.sh index 146f13504a..1ea20b5d78 100755 --- a/.github/jobs/configure-checks/setup_configure_image.sh +++ b/.github/jobs/configure-checks/setup_configure_image.sh @@ -7,7 +7,7 @@ distro_id=$(grep "^ID=" /etc/os-release) # Install everything for configure and testing case $distro_id in "ID=fedora") - dnf install pkg-config make bats autoconf automake util-linux python3 python3-yaml -y ;; + dnf install pkg-config make bats autoconf automake util-linux python3 python-sphinx python-sphinx-rtd-theme rst2pdf fontconfig python3-yaml latexmk -y ;; *) apt-get update; apt-get full-upgrade -y apt-get install pkg-config make bats autoconf python3 -y ;;