Skip to content

Commit e484634

Browse files
author
Michael Vasseur
committed
More packages
1 parent 8463c79 commit e484634

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ distro_id=$(grep "^ID=" /etc/os-release)
88
case $distro_id in
99
"ID=fedora")
1010
dnf install pkg-config make bats autoconf automake util-linux composer \
11-
python3-yaml -y ;;
11+
python3-{yaml,sphinx} -y ;;
1212
*)
1313
apt-get update; apt-get full-upgrade -y
14-
apt-get install pkg-config make bats autoconf composer python3-yaml -y ;;
14+
apt-get install pkg-config make bats autoconf composer \
15+
python3-{yaml,sphinx} -y ;;
1516
esac
1617

1718
# Build the configure file

0 commit comments

Comments
 (0)