File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
4651
4752 - name : Test Thug
4853 run : |
49- DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH tox
54+ tox
You can’t perform that action at this time.
0 commit comments