Skip to content

Commit 7e5ff6e

Browse files
committed
install php-mysql modules for fedora
1 parent 7296de4 commit 7e5ff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ case $distro_id in
1010
dnf install pkg-config make bats autoconf automake util-linux -y
1111
dnf install composer php -y
1212
php_line="php"
13-
for p in gd xml zip; do
13+
for p in gd xml zip mysqlnd; do
1414
php_line="php-${p} ${php_line}"
1515
done
1616
dnf install composer ${php_line} -y ;;

0 commit comments

Comments
 (0)