From 25688635bb42d0de4289311acc5234bd7c925022 Mon Sep 17 00:00:00 2001 From: Kreeblah Date: Mon, 15 Aug 2022 21:20:18 -0700 Subject: [PATCH] Use Brewfile for macOS Github builds --- .github/workflows/package-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-macos.yml b/.github/workflows/package-macos.yml index 7ed8d94e9..741dc3694 100644 --- a/.github/workflows/package-macos.yml +++ b/.github/workflows/package-macos.yml @@ -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