10 lines
250 B
Bash
10 lines
250 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
cd $GITHUB_WORKSPACE
|
||
|
|
||
|
wget http://libsdl.org/release/SDL2-$SDL_VERSION.dmg -O SDL2.dmg
|
||
|
hdiutil mount SDL2.dmg
|
||
|
sudo cp -vr /Volumes/SDL2/SDL2.framework /Library/Frameworks
|
||
|
|
||
|
git clone https://github.com/FWGS/hlsdk-portable hlsdk --depth=1
|