We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c25eb commit 8c797a6Copy full SHA for 8c797a6
.github/jobs/configure-checks/setup_configure_image.sh
@@ -7,7 +7,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
7
# Install everything for configure and testing
8
case $distro_id in
9
"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 ;;
+ dnf install pkg-config make bats autoconf automake util-linux python3 python-sphinx python3-sphinx_rtd_theme rst2pdf fontconfig python3-yaml latexmk -y ;;
11
*)
12
apt-get update; apt-get full-upgrade -y
13
apt-get install pkg-config make bats autoconf python3 -y ;;
0 commit comments