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.
2 parents cdd2bbe + dfd5356 commit d87c1c1Copy full SHA for d87c1c1
.github/workflows/macos-install.sh
@@ -7,11 +7,15 @@ brew install \
7
ghostscript \
8
libimagequant \
9
libjpeg \
10
- libraqm \
11
libtiff \
12
little-cms2 \
13
openjpeg \
14
webp
+if [[ "$ImageOS" == "macos13" ]]; then
15
+ brew install --ignore-dependencies libraqm
16
+else
17
+ brew install libraqm
18
+fi
19
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
20
21
# TODO Update condition when cffi supports 3.13
0 commit comments