From 4a8ef4168812c87466e3308373efb8c7b4411ce8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 10 Dec 2020 09:47:37 -0800 Subject: [PATCH] Syntax error fix. --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 2114592e5..05efed73b 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -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