Sfoglia il codice sorgente

Add nomount input to build workflow

jimsterino98 2 mesi fa
parent
commit
e5fe8cc8bc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -225,6 +225,7 @@ jobs:
           android_version: ${{ inputs.android_version }}
           kernel_version: ${{ inputs.kernel_version }}
           branch: ${{ inputs.branch }}
+          nomount: ${{ inputs.nomount }}
 
       - name: Apply zeromount Patches
         if: inputs.susfs == 'true' && inputs.zeromount == 'true'