Merge pull request #406 from Akczht/main
allow YTVideoOverlay to be built/cloned for both YouPiP and YouQuality
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user