Explorar el Código

chore: set root_flavor default to All

was KernelSU-Next, now builds all three variants (next/kernelsu/resukisu) by default
TheWildJames hace 2 semanas
padre
commit
f659aa13fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -54,7 +54,7 @@ on:
           - KernelSU
           - ReSukiSU
           - All
-        default: KernelSU-Next
+        default: All
       use_susfs:
         description: "SUSFS"
         type: boolean