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 a75d023 commit 829f629Copy full SHA for 829f629
.github/jobs/configure-checks/setup_configure_image.sh
@@ -8,11 +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,sphinx{,-rtd-theme}} -y ;;
+ python3-{yaml,sphinx{,-rtd_theme}} -y ;;
12
*)
13
apt-get update; apt-get full-upgrade -y
14
apt-get install pkg-config make bats autoconf composer \
15
- python3-{yaml,sphinx{,_rtd_theme}} -y ;;
+ python3-{yaml,sphinx{,-rtd-theme}} -y ;;
16
esac
17
18
# Build the configure file
0 commit comments