allow YTVideoOverlay to be build for both YouPiP and YouQuality, as YTVideoOverlay is required by both
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user