Skip to content

Commit dca656c

Browse files
authored
Merge pull request dayanch96#406 from Akczht/main
allow YTVideoOverlay to be built/cloned for both YouPiP and YouQuality
2 parents a8b7cf0 + 9f5d5b0 commit dca656c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git
212212
213213
- name: Clone YTVideoOverlay
214-
if: ${{ inputs.enable_yq }}
214+
if: ${{ inputs.enable_yq || inputs.enable_youpip }}
215215
run: |
216216
cd ${{ github.workspace }}
217217
git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git
@@ -268,7 +268,7 @@ jobs:
268268
THEOS: ${{ github.workspace }}/theos
269269

270270
- name: Build YTVideoOverlay
271-
if: ${{ inputs.enable_yq }}
271+
if: ${{ inputs.enable_yq || inputs.enable_youpip }}
272272
run: |
273273
cd ${{ github.workspace }}/YTVideoOverlay
274274
make clean package DEBUG=0 FINALPACKAGE=1

.github/workflows/ytp_beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
git clone --quiet --depth=1 https://github.com/PoomSmart/YouQuality.git
220220
221221
- name: Clone YTVideoOverlay
222-
if: ${{ inputs.enable_yq }}
222+
if: ${{ inputs.enable_yq || inputs.enable_youpip }}
223223
run: |
224224
cd ${{ github.workspace }}
225225
git clone --quiet --depth=1 https://github.com/PoomSmart/YTVideoOverlay.git
@@ -276,7 +276,7 @@ jobs:
276276
THEOS: ${{ github.workspace }}/theos
277277

278278
- name: Build YTVideoOverlay
279-
if: ${{ inputs.enable_yq }}
279+
if: ${{ inputs.enable_yq || inputs.enable_youpip }}
280280
run: |
281281
cd ${{ github.workspace }}/YTVideoOverlay
282282
make clean package DEBUG=0 FINALPACKAGE=1

0 commit comments

Comments
 (0)