mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
Updated the macOS CI workflow to install gtk-mac-integration instead of gtk-mac-bundler in the Homebrew dependency list, resolving the reported “No available formula” failure during brew install.
This commit is contained in:
2
.github/workflows/macos-build.yml
vendored
2
.github/workflows/macos-build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
meson ninja pkg-config gettext perl \
|
meson ninja pkg-config gettext perl \
|
||||||
gtk+3 gdk-pixbuf pango adwaita-icon-theme \
|
gtk+3 gdk-pixbuf pango adwaita-icon-theme \
|
||||||
hicolor-icon-theme glib dbus \
|
hicolor-icon-theme glib dbus \
|
||||||
enchant gtk-mac-bundler
|
enchant gtk-mac-integration
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user