From 9f5d5b047fd5f09d91b1fc7561895ae759d8c687 Mon Sep 17 00:00:00 2001 From: Akshat <79302042+Akczht@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:53:02 +0530 Subject: [PATCH] allow YTVideoOverlay to be build for both YouPiP and YouQuality, as YTVideoOverlay is required by both --- .github/workflows/main.yml | 4 ++-- .github/workflows/ytp_beta.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b082c7..4fc16bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,7 +211,7 @@ jobs: git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git - name: Clone YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }} git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git @@ -268,7 +268,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Build YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }}/YTVideoOverlay make clean package DEBUG=0 FINALPACKAGE=1 diff --git a/.github/workflows/ytp_beta.yml b/.github/workflows/ytp_beta.yml index e34c9de..4335061 100644 --- a/.github/workflows/ytp_beta.yml +++ b/.github/workflows/ytp_beta.yml @@ -219,7 +219,7 @@ jobs: git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git - name: Clone YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }} git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git @@ -276,7 +276,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Build YTVideoOverlay - if: ${{ inputs.enable_yq }} + if: ${{ inputs.enable_yq || inputs.enable_youpip }} run: | cd ${{ github.workspace }}/YTVideoOverlay make clean package DEBUG=0 FINALPACKAGE=1