Skip to content

Commit a75d023

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Fixup
1 parent c4ab5db commit a75d023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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 \

0 commit comments

Comments
 (0)