Skip to content

Commit

Permalink
ci: android: fix SDL unpacking once again
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 20, 2024
1 parent bec23c6 commit 7c88fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/deps_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c88fd0

Please sign in to comment.