Skip to content

Commit 3a4b2a3

Browse files
committed
Minor fix
1 parent f960466 commit 3a4b2a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
pip install --upgrade pip setuptools wheel tox tox-gh-actions appdirs
3030
BUILD_LIB=1 pip install --use-pep517 ssdeep
3131
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
32-
brew update
33-
brew reinstall pango weasyprint
3432
3533
- name: Install libemu
3634
run: |
@@ -49,5 +47,6 @@ jobs:
4947
- name: Test Thug
5048
run: |
5149
sudo ln -s $(brew --prefix glib)/lib/libgobject-2.0.0.dylib /usr/local/lib/libgobject-2.0-0
50+
sudo ln -s $(brew --prefix pango)/lib/libpango-1.0.dylib /usr/local/lib/pango-1.0-0
5251
ls -lh $(brew --prefix glib)/lib
5352
DYLD_FALLBACK_LIBRARY_PATH=$(brew --prefix glib)/lib:$DYLD_FALLBACK_LIBRARY_PATH tox

0 commit comments

Comments
 (0)