diff --git a/scripts/gha/deps_android.sh b/scripts/gha/deps_android.sh index 6a237e5f..f9f9ed15 100755 --- a/scripts/gha/deps_android.sh +++ b/scripts/gha/deps_android.sh @@ -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"