Skip to content

Commit cbe9bf1

Browse files
author
Michael Vasseur
committed
Fix getting the -y
1 parent 49c00e0 commit cbe9bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case $distro_id in
1212
apt-get update; apt-get full-upgrade -y
1313
apt-get install pkg-config make bats autoconf -y
1414
apt-get install composer php php-cli php-curl php-fpm php-gd \
15-
php-intl php-json php-mbstring php-mysql php-xml php-zip
15+
php-intl php-json php-mbstring php-mysql php-xml php-zip \
1616
acl zip unzip mariadb-server -y ;;
1717
esac
1818

0 commit comments

Comments
 (0)