Explorar el Código

fix(root): disable multi-manager support for ReSukiSU

TheWildJames hace 5 días
padre
commit
0a15d99380
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .github/actions/root-setup/action.yml

+ 7 - 0
.github/actions/root-setup/action.yml

@@ -102,3 +102,10 @@ runs:
       with:
       with:
         config_list: |
         config_list: |
           CONFIG_KSU=y
           CONFIG_KSU=y
+
+    - name: Disable multi-manager for ReSukiSU
+      if: inputs.flavor == 'resukisu'
+      uses: ./.github/actions/set-kernel-config
+      with:
+        config_list: |
+          CONFIG_KSU_MULTI_MANAGER_SUPPORT=n