Skip to content

Commit baab6c9

Browse files
authored
Update macos-dmg.yml
1 parent 9dd9542 commit baab6c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/macos-dmg.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@ 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] automake
36+
brew install meson ninja pkg-config glib gtk4 libadwaita pygobject3 gtksourceview5 [email protected]
3737
brew --version
3838
brew list --versions
3939
4040
- name: Build gtk-mac-bundler from source
4141
run: |
4242
git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git
4343
cd gtk-mac-bundler
44-
meson setup build --prefix=/usr/local --buildtype=release
45-
meson compile -C build
46-
sudo meson install -C build
44+
make
45+
sudo make install
4746
which gtk-mac-bundler
4847
gtk-mac-bundler --version || true
4948

0 commit comments

Comments
 (0)