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:
parent
0e83bd5000
commit
bd9dcc558f
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue