diff --git a/.github/jobs/configure-checks/setup_configure_image.sh b/.github/jobs/configure-checks/setup_configure_image.sh index 4026a451ea..993da910d2 100755 --- a/.github/jobs/configure-checks/setup_configure_image.sh +++ b/.github/jobs/configure-checks/setup_configure_image.sh @@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release) case $distro_id in "ID=fedora") dnf install -y pkg-config make bats autoconf automake util-linux \ - composer httpd php-fpm php-gd php-cli php-intl php-mbstring \ + composer php-fpm php-gd php-cli php-intl php-mbstring \ php-mysqlnd php-xml php-zip ;; *) @@ -22,7 +22,7 @@ esac # Start from a configured, distribution-ready source tree. Ideally, # we'd like to call `make dist` but that depends on LaTeX for building # the documentation, so take a shortcut. -make configure composer-dependencies +make configure # Install extra assert statements for bats cp submit/assert.bash .github/jobs/configure-checks/