1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00
This commit is contained in:
Cameron
2020-12-09 14:52:36 -08:00
parent 758137daff
commit 2b77aa89d4

View File

@@ -71,9 +71,9 @@ jobs:
run: | run: |
if [ $(php -r 'printf(version_compare(PHP_VERSION, "7.4.0", ">=") ? 1 : 0);') = '1' ] if [ $(php -r 'printf(version_compare(PHP_VERSION, "7.4.0", ">=") ? 1 : 0);') = '1' ]
then then
docker-php-ext-configure gd --enable-gd docker-php-ext-configure gd --with-jpeg --with-webp
else else
docker-php-ext-configure gd --with-gd docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
fi fi
- name: Install necessary PHP extensions - name: Install necessary PHP extensions