1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

Automated tests: Typo fixup

This commit is contained in:
Nick Liu 2020-12-10 18:49:15 +01:00
parent 4a8ef41688
commit 8a0f098ab6
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -73,8 +73,9 @@ jobs:
then
docker-php-ext-configure gd --with-jpeg --with-webp
elif [ $(php -r 'printf(version_compare(PHP_VERSION, "7.0.0", ">=") ? 1 : 0);') = '1' ]
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
then
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
else
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-vpx-dir=/usr
fi