Skip to content

Commit

Permalink
install php-mysql modules for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jan 19, 2024
1 parent 7296de4 commit 7e5ff6e
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 @@ -10,7 +10,7 @@ case $distro_id in
dnf install pkg-config make bats autoconf automake util-linux -y
dnf install composer php -y
php_line="php"
for p in gd xml zip; do
for p in gd xml zip mysqlnd; do
php_line="php-${p} ${php_line}"
done
dnf install composer ${php_line} -y ;;
Expand Down

0 comments on commit 7e5ff6e

Please sign in to comment.