From 7c88fd0a174834ca4ef5892b5cd734e534d6c074 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 07:33:06 +0300 Subject: [PATCH] ci: android: fix SDL unpacking once again --- scripts/gha/deps_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"