CI: remove redundant glib-utils dependency (#3022)
The GLib utilities, which was split into its own `glib-utils`
formula has been merged back into `glib`, see:
https://github.com/Homebrew/homebrew-core/pull/108307
This reverts commit a846de017d
.
This commit is contained in:
parent
a19f326d19
commit
867a09737c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
- name: Install macOS dependencies
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install meson ninja fftw fontconfig glib glib-utils libexif libgsf little-cms2 orc pango
|
||||
brew install meson ninja fftw fontconfig glib libexif libgsf little-cms2 orc pango
|
||||
brew install cfitsio libheif libimagequant libjpeg-turbo libmatio librsvg libspng libtiff openexr openjpeg openslide poppler webp cgif
|
||||
|
||||
- name: Install Clang 14
|
||||
|
Loading…
Reference in New Issue
Block a user