mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Syntax error fix.
This commit is contained in:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
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
|
||||
else
|
||||
then
|
||||
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-vpx-dir=/usr
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user