mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
Change way we download Darwin SDL framework since brew places things in wrong place
This commit is contained in:
parent
7b42a5b51e
commit
c49fa46c70
12
.github/workflows/buildReleaseInclDocker.yml
vendored
12
.github/workflows/buildReleaseInclDocker.yml
vendored
@ -297,11 +297,19 @@ jobs:
|
||||
id: tag
|
||||
uses: ./../actions/release-tag-action
|
||||
|
||||
# Install X11 and SDL dependencies
|
||||
# Install X11 dependencies
|
||||
- name: Install X11 dependencies on MacOS
|
||||
run: |
|
||||
brew install --cask xquartz
|
||||
brew install SDL2
|
||||
|
||||
# Install SDL dependencies
|
||||
- name: Install SDL2 dependencies on MacOS
|
||||
run: |
|
||||
gh release download release-2.26.5 --repo libsdl-org/SDL --pattern SDL2-2.26.5.dmg
|
||||
hdiutil attach SDL2-2.26.5.dmg
|
||||
cd /Volumes/SDL2/
|
||||
cp SDL2.framework /Library/Frameworks
|
||||
hdiutil detach /Volumes/SDL2/
|
||||
|
||||
# Build maiko
|
||||
- name: Build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user