CI: fix mac os interface build, to make everything green again

it's highly annoying to get the red X for any push or pull request
because mac os x interface build is broken since december.
fix it by installing glib which meson complains about.
This commit is contained in:
rofl0r 2022-02-11 19:53:15 +00:00
parent 0e83bd5000
commit bd9dcc558f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
- name: Install MacOS build deps
run: brew install coreutils gcc sdl2 meson
run: brew install coreutils gcc sdl2 meson glib
- name: Build - Meson
run: |