Skip to content

Commit f960466

Browse files
committed
Minor fix
1 parent a1fbfca commit f960466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
4949
- name: Test Thug
5050
run: |
51-
ln -s $(brew --prefix glib)/lib/libgobject-2.0.0.dylib /usr/local/lib/libgobject-2.0-0
51+
sudo ln -s $(brew --prefix glib)/lib/libgobject-2.0.0.dylib /usr/local/lib/libgobject-2.0-0
5252
ls -lh $(brew --prefix glib)/lib
5353
DYLD_FALLBACK_LIBRARY_PATH=$(brew --prefix glib)/lib:$DYLD_FALLBACK_LIBRARY_PATH tox

0 commit comments

Comments
 (0)