Build ecode macOS nightly using frameworks (brew SDL2 is broken because it points to sdl2-compat, will fix later).

This commit is contained in:
Martín Lucas Golini
2026-09-01 03:06:56 -03:00
parent 47f9336c0a
commit 5ffe6da00c

View File

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