From bd9dcc558f8c8a445cbee8231e6d6acf24db7d0d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 11 Feb 2022 19:53:15 +0000 Subject: [PATCH] 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. --- .github/workflows/build_interface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_interface.yml b/.github/workflows/build_interface.yml index 76c0b9bb3..d7c33ebf9 100644 --- a/.github/workflows/build_interface.yml +++ b/.github/workflows/build_interface.yml @@ -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: |