Skip to content

Commit 829f629

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Fix package list
1 parent a75d023 commit 829f629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +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,sphinx{,-rtd-theme}} -y ;;
11+
python3-{yaml,sphinx{,-rtd_theme}} -y ;;
1212
*)
1313
apt-get update; apt-get full-upgrade -y
1414
apt-get install pkg-config make bats autoconf composer \
15-
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
15+
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
1616
esac
1717

1818
# Build the configure file

0 commit comments

Comments
 (0)