Skip to content

Commit 191cb93

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Missing package
1 parent 8db2d5c commit 191cb93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ set -eux
55
distro_id=$(grep "^ID=" /etc/os-release)
66

77
# Install everything for configure and testing
8-
shared="pkg-config make rst2pdf autoconf composer bats"
8+
shared="pkg-config make rst2pdf autoconf composer bats latexmk"
9+
shared2="$shared python3-{yaml,sphinx}"
910

1011
case $distro_id in
1112
"ID=fedora")
1213
dnf install $shared automake util-linux \
13-
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
14+
python3-sphinx_rtd_theme -y ;;
1415
*)
1516
apt-get update; apt-get full-upgrade -y
16-
apt-get install $shared latexmk \
17-
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
17+
apt-get install $shared \
18+
python3-rtd-theme -y ;;
1819
esac
1920

2021
# Build the configure file

0 commit comments

Comments
 (0)