ci: android: fix SDL unpacking once again
This commit is contained in:
parent
bec23c6d57
commit
7c88fd0a17
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b mobile
|
||||||
echo "Download SDL"
|
echo "Download SDL"
|
||||||
pushd 3rdparty
|
pushd 3rdparty
|
||||||
wget https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.tar.gz -qO- | tar -xzf - || exit 1
|
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
|
popd
|
||||||
|
|
||||||
echo "Download Android SDK"
|
echo "Download Android SDK"
|
||||||
|
|
Loading…
Add table
Reference in a new issue