Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Sep 17, 2024
1 parent 7bbffad commit ced057a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand All @@ -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/
Expand Down

0 comments on commit ced057a

Please sign in to comment.