Skip to content

Commit e360646

Browse files
committed
Fix fedora side
1 parent f59ca35 commit e360646

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
@@ -13,7 +13,7 @@ case $distro_id in
1313
for p in gd mysql xml zip; do
1414
php_line="php-${p} ${php_line}"
1515
done
16-
apt-get install composer ${php_line} -y ;;
16+
dnf install composer ${php_line} -y ;;
1717
*)
1818
apt-get update; apt-get full-upgrade -y
1919
apt-get install pkg-config make bats autoconf -y

0 commit comments

Comments
 (0)