Use Brewfile for macOS Github builds

This commit is contained in:
Kreeblah 2022-08-15 21:20:18 -07:00
parent d49931d57b
commit 25688635bb
No known key found for this signature in database
GPG Key ID: 6074237BF1AEEDFB
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
brew install scons sdl2 sdl2_image sdl2_mixer jpeg physfs pkg-config dylibbundler
brew bundle --verbose
- name: Configure and build
run: scons -j2 opengl=1 sdl2=1 sdlmixer=1 macos_add_frameworks=0 macos_bundle_libs=1