File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
8
8
case $distro_id in
9
9
" ID=fedora" )
10
10
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 \
12
12
php-mysqlnd php-xml php-zip
13
13
;;
14
14
* )
22
22
# Start from a configured, distribution-ready source tree. Ideally,
23
23
# we'd like to call `make dist` but that depends on LaTeX for building
24
24
# the documentation, so take a shortcut.
25
- make configure composer-dependencies
25
+ make configure
26
26
27
27
# Install extra assert statements for bats
28
28
cp submit/assert.bash .github/jobs/configure-checks/
You can’t perform that action at this time.
0 commit comments