Skip to content

Commit 50fcb34

Browse files
committed
Fixup
1 parent 3071dd9 commit 50fcb34

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

99
# Install everything for configure and testing
1010
shared1="pkg-config make rst2pdf autoconf composer bats latexmk"
11-
shared2="$shared1 python3-{yaml,sphinx} php{,-{fpm,gd,cli,intl,mbstrin,mysql,curl,jsonxml,zip}"
11+
shared2="$shared1 python3-{yaml,sphinx} php{,-{fpm,gd,cli,intl,mbstrin,mysql,curl,jsonxml,zip}}"
1212
shared=$(eval echo $shared2)
1313

1414
case $distro_id in

0 commit comments

Comments
 (0)