Merge pull request #406 from Akczht/main

allow YTVideoOverlay to be built/cloned for both YouPiP and YouQuality
This commit is contained in:
Dan
2025-06-06 18:50:59 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -211,7 +211,7 @@ jobs:
git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git
- name: Clone YTVideoOverlay - name: Clone YTVideoOverlay
if: ${{ inputs.enable_yq }} if: ${{ inputs.enable_yq || inputs.enable_youpip }}
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git
@@ -268,7 +268,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Build YTVideoOverlay - name: Build YTVideoOverlay
if: ${{ inputs.enable_yq }} if: ${{ inputs.enable_yq || inputs.enable_youpip }}
run: | run: |
cd ${{ github.workspace }}/YTVideoOverlay cd ${{ github.workspace }}/YTVideoOverlay
make clean package DEBUG=0 FINALPACKAGE=1 make clean package DEBUG=0 FINALPACKAGE=1
+2 -2
View File
@@ -219,7 +219,7 @@ jobs:
git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git
- name: Clone YTVideoOverlay - name: Clone YTVideoOverlay
if: ${{ inputs.enable_yq }} if: ${{ inputs.enable_yq || inputs.enable_youpip }}
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git
@@ -276,7 +276,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Build YTVideoOverlay - name: Build YTVideoOverlay
if: ${{ inputs.enable_yq }} if: ${{ inputs.enable_yq || inputs.enable_youpip }}
run: | run: |
cd ${{ github.workspace }}/YTVideoOverlay cd ${{ github.workspace }}/YTVideoOverlay
make clean package DEBUG=0 FINALPACKAGE=1 make clean package DEBUG=0 FINALPACKAGE=1