Skip to content

Commit

Permalink
Fix fedora side
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 15, 2024
1 parent f59ca35 commit e360646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case $distro_id in
for p in gd mysql xml zip; do
php_line="php-${p} ${php_line}"
done
apt-get install composer ${php_line} -y ;;
dnf install composer ${php_line} -y ;;
*)
apt-get update; apt-get full-upgrade -y
apt-get install pkg-config make bats autoconf -y
Expand Down

0 comments on commit e360646

Please sign in to comment.