Skip to content

Commit 7b97319

Browse files
committed
Minor fix
1 parent a3a86c1 commit 7b97319

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/osx.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
brew reinstall git autoconf libtool
2727
brew install automake graphviz tesseract libmagic pango libffi
2828
ln -s $(which glibtoolize) /usr/local/bin/libtoolize
29+
ln -s /opt/homebrew/opt/glib/lib/libgobject-2.0.0.dylib /usr/local/lib/gobject-2.0
30+
ln -s /opt/homebrew/opt/pango/lib/libpango-1.0.dylib /usr/local/lib/pango-1.0
31+
ln -s /opt/homebrew/opt/harfbuzz/lib/libharfbuzz.dylib /usr/local/lib/harfbuzz
32+
ln -s /opt/homebrew/opt/fontconfig/lib/libfontconfig.1.dylib /usr/local/lib/fontconfig-1
33+
ln -s /opt/homebrew/opt/pango/lib/libpangoft2-1.0.dylib /usr/local/lib/pangoft2-1.0
2934
pip install --upgrade pip setuptools wheel tox tox-gh-actions appdirs
3035
BUILD_LIB=1 pip install --use-pep517 ssdeep
3136
pip install --config-settings="--global-option=build_ext" --config-settings="--global-option=-I$(brew --prefix graphviz)/include/" --config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" pygraphviz
@@ -46,4 +51,4 @@ jobs:
4651
4752
- name: Test Thug
4853
run: |
49-
DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH tox
54+
tox

0 commit comments

Comments
 (0)