File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,20 @@ jobs:
3333 - name : Setup Homebrew and dependencies
3434 run : |
3535 brew update-reset
36- brew install meson ninja pkg-config glib gtk4 libadwaita pygobject3 gtksourceview5 [email protected] gtk-mac-bundler 36+ brew install meson ninja pkg-config glib gtk4 libadwaita pygobject3 gtksourceview5 [email protected] automake 3737 brew --version
3838 brew list --versions
3939
40+ - name : Build gtk-mac-bundler from source
41+ run : |
42+ git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git
43+ cd gtk-mac-bundler
44+ ./autogen.sh --prefix=/usr/local
45+ make -j$(sysctl -n hw.ncpu)
46+ sudo make install
47+ which gtk-mac-bundler
48+ gtk-mac-bundler --version || true
49+
4050 - name : Build blueprint-compiler from git (v0.18.0)
4151 run : |
4252 set -euxo pipefail
You can’t perform that action at this time.
0 commit comments