mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
ci: android: fix SDL unpacking once again
This commit is contained in:
parent
bec23c6d57
commit
7c88fd0a17
@ -17,7 +17,7 @@ git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b mobile
|
||||
echo "Download SDL"
|
||||
pushd 3rdparty
|
||||
wget https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.tar.gz -qO- | tar -xzf - || exit 1
|
||||
mv SDL2-$SDL_VERSION 3rdparty/SDL
|
||||
mv SDL2-$SDL_VERSION SDL
|
||||
popd
|
||||
|
||||
echo "Download Android SDK"
|
||||
|
Loading…
Reference in New Issue
Block a user