mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 11:35:05 +08:00
10 lines
311 B
Bash
Executable File
10 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$GITHUB_WORKSPACE" || exit 1
|
|
|
|
wget "https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/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
|