Skip to content

Commit 9dd9542

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos-dmg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run: |
4242
git clone https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git
4343
cd gtk-mac-bundler
44-
./autogen.sh --prefix=/usr/local
45-
make -j$(sysctl -n hw.ncpu)
46-
sudo make install
44+
meson setup build --prefix=/usr/local --buildtype=release
45+
meson compile -C build
46+
sudo meson install -C build
4747
which gtk-mac-bundler
4848
gtk-mac-bundler --version || true
4949

0 commit comments

Comments
 (0)