From 37660b827ae72d828d13f1c3bfd584dbe538ad2e Mon Sep 17 00:00:00 2001 From: Akshat <79302042+Akczht@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:42:02 +0530 Subject: [PATCH] YouGroupSettings is required for all those tweaks but wasn't getting cloned --- .github/workflows/_build_tweaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_tweaks.yml b/.github/workflows/_build_tweaks.yml index 14c3566..bad1652 100644 --- a/.github/workflows/_build_tweaks.yml +++ b/.github/workflows/_build_tweaks.yml @@ -141,7 +141,7 @@ jobs: run: git clone --quiet --depth=1 https://github.com/PoomSmart/YTABConfig.git - name: Clone YouGroupSettings - if: ${{ inputs.enable_demc }} + if: ${{ inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc }} run: git clone --quiet --depth=1 https://github.com/PoomSmart/YouGroupSettings.git - name: Clone YouQuality