From fe2d43f7226c9c0b479014dea63eabface17141e Mon Sep 17 00:00:00 2001 From: SimonAfek <18552155+SimonAfek@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:19:44 +0200 Subject: [PATCH] build_interface.yml: Remove unnecessary packages from macOS "brew install" line to address warnings --- .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 163102b60..e86ca8f61 100644 --- a/.github/workflows/build_interface.yml +++ b/.github/workflows/build_interface.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Install MacOS build deps - run: brew install coreutils gcc sdl2 meson glib + run: brew install coreutils sdl2 meson - name: Build - Meson run: |