Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e46342e

Browse files
committed
ci: Install GTK4 from brew on macOS
We try to install PyGObject everywhere, but this doesn't work because GTK itself is not available from PyPI.
1 parent e5fd2d5 commit e46342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
macOS)
145145
brew install ccache
146146
brew tap homebrew/cask-fonts
147-
brew install font-noto-sans-cjk
147+
brew install font-noto-sans-cjk gobject-introspection gtk4
148148
;;
149149
esac
150150

0 commit comments

Comments
 (0)