Skip to content

Commit 46fc1e2

Browse files
committed
TEST
1 parent d32ae96 commit 46fc1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
88
case $distro_id in
99
"ID=fedora")
1010
dnf install -y pkg-config make bats autoconf automake util-linux \
11-
composer httpd php-fpm php-gd php-cli php-intl php-mbstring \
11+
composer php-fpm php-gd php-cli php-intl php-mbstring \
1212
php-mysqlnd php-xml php-zip
1313
;;
1414
*)
@@ -22,7 +22,7 @@ esac
2222
# Start from a configured, distribution-ready source tree. Ideally,
2323
# we'd like to call `make dist` but that depends on LaTeX for building
2424
# the documentation, so take a shortcut.
25-
make configure composer-dependencies
25+
make configure
2626

2727
# Install extra assert statements for bats
2828
cp submit/assert.bash .github/jobs/configure-checks/

0 commit comments

Comments
 (0)