From 5ffe6da00cb026130ebe12ee5c550ebab13f91e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Tue, 1 Sep 2026 03:06:56 -0300 Subject: [PATCH] Build ecode macOS nightly using frameworks (brew SDL2 is broken because it points to sdl2-compat, will fix later). --- .github/workflows/ecode-nightly.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ecode-nightly.yml b/.github/workflows/ecode-nightly.yml index cdc3bb5fa..7bd9c370c 100644 --- a/.github/workflows/ecode-nightly.yml +++ b/.github/workflows/ecode-nightly.yml @@ -311,7 +311,11 @@ jobs: echo "INSTALL_REF=${{ needs.release.outputs.version }}" >> "$GITHUB_ENV" - name: Install Dependencies run: | - brew install bash sdl2 create-dmg premake + brew install bash create-dmg premake + curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.32.10/SDL2-2.32.10.dmg + hdiutil attach SDL2-2.32.10.dmg + sudo cp -r /Volumes/SDL2/SDL2.framework /Library/Frameworks/ + hdiutil detach /Volumes/SDL2 - name: Build run: | bash projects/scripts/patch_commit_number.sh