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 8463c79 commit e484634Copy full SHA for e484634
.github/jobs/configure-checks/setup_configure_image.sh
@@ -8,10 +8,11 @@ distro_id=$(grep "^ID=" /etc/os-release)
8
case $distro_id in
9
"ID=fedora")
10
dnf install pkg-config make bats autoconf automake util-linux composer \
11
- python3-yaml -y ;;
+ python3-{yaml,sphinx} -y ;;
12
*)
13
apt-get update; apt-get full-upgrade -y
14
- apt-get install pkg-config make bats autoconf composer python3-yaml -y ;;
+ apt-get install pkg-config make bats autoconf composer \
15
16
esac
17
18
# Build the configure file
0 commit comments