2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

ci: android: fix SDL unpacking once again

This commit is contained in:
Alibek Omarov 2024-11-20 07:33:06 +03:00
parent bec23c6d57
commit 7c88fd0a17

View File

@ -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"