From a6244ffbb108766d04cc18b6d5f422332763a752 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 26 Oct 2019 17:31:50 +1100 Subject: [PATCH] Added OpenJPEG, libimagequant and freetype --- .github/workflows/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-install.sh b/.github/workflows/macos-install.sh index 78eac6162..6cd9dadf3 100755 --- a/.github/workflows/macos-install.sh +++ b/.github/workflows/macos-install.sh @@ -2,7 +2,7 @@ set -e -brew install libtiff libjpeg webp little-cms2 +brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype PYTHONOPTIMIZE=0 pip install cffi pip install coverage