build_interface.yml: Remove unnecessary packages from macOS "brew install" line to address warnings
This commit is contained in:
parent
9ade462ec5
commit
fe2d43f722
|
@ -37,7 +37,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install MacOS build deps
|
- name: Install MacOS build deps
|
||||||
run: brew install coreutils gcc sdl2 meson glib
|
run: brew install coreutils sdl2 meson
|
||||||
|
|
||||||
- name: Build - Meson
|
- name: Build - Meson
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue