Fix building error for YTUHD

This commit is contained in:
Tonwalter888
2025-11-15 12:55:47 +07:00
committed by GitHub
parent bb04cee149
commit b7af74d69a
+3 -3
View File
@@ -156,13 +156,13 @@ jobs:
if: ${{ inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc }} if: ${{ inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc }}
run: | run: |
if [ -d "$THEOS/include/YouTubeHeader" ]; then if [ -d "$THEOS/include/YouTubeHeader" ]; then
echo "YouTubeHeader exists. Pulling latest changes..." echo "YouTubeHeader exists."
cd $THEOS/include/YouTubeHeader
git pull
else else
echo "YouTubeHeader does not exist. Cloning repository..." echo "YouTubeHeader does not exist. Cloning repository..."
cd $THEOS/include cd $THEOS/include
git clone --quiet --depth=1 https://github.com/PoomSmart/YouTubeHeader.git git clone --quiet --depth=1 https://github.com/PoomSmart/YouTubeHeader.git
cd YouTubeHeader
git checkout 854a92b
fi fi
if [ "${{ inputs.enable_demc }}" = "true" ]; then if [ "${{ inputs.enable_demc }}" = "true" ]; then