build_interface.yml: Remove unnecessary packages from macOS "brew install" line to address warnings

This commit is contained in:
SimonAfek 2024-07-11 14:19:44 +02:00
parent 9ade462ec5
commit fe2d43f722
1 changed files with 1 additions and 1 deletions

View File

@ -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: |