mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Build ecode macOS nightly using frameworks (brew SDL2 is broken because it points to sdl2-compat, will fix later).
This commit is contained in:
6
.github/workflows/ecode-nightly.yml
vendored
6
.github/workflows/ecode-nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user