Revert "scripts: gha: temporarily switch hlsdk-portable branch to android_library_naming for testing"

This reverts commit c1c0c2761d05441d8f8ed7ca70a552e6615d1e85.
This commit is contained in:
Alibek Omarov 2025-08-04 10:39:04 +05:00
parent 4912e84d46
commit 10ada3c141

View File

@ -13,7 +13,7 @@ export JAVA_HOME=$GITHUB_WORKSPACE/jdk-17.0.15+6
export PATH=$PATH:$JAVA_HOME/bin export PATH=$PATH:$JAVA_HOME/bin
echo "Download hlsdk-portable" echo "Download hlsdk-portable"
git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b android_library_naming 3rdparty/hlsdk-portable || exit 1 git clone --depth 1 --recursive https://github.com/FWGS/hlsdk-portable -b mobile_hacks 3rdparty/hlsdk-portable || exit 1
echo "Download SDL" echo "Download SDL"
pushd 3rdparty pushd 3rdparty