File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments