We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6d806 commit d65f7b5Copy full SHA for d65f7b5
1 file changed
.github/workflows/macos-install.sh
@@ -2,7 +2,16 @@
2
3
set -e
4
5
-brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype libraqm
+brew install \
6
+ freetype \
7
+ ghostscript \
8
+ libimagequant \
9
+ libjpeg \
10
+ libraqm \
11
+ libtiff \
12
+ little-cms2 \
13
+ openjpeg \
14
+ webp
15
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
16
17
# TODO Update condition when cffi supports 3.13
0 commit comments