소스 검색

Add nomount input to build workflow

jimsterino98 2 달 전
부모
커밋
e5fe8cc8bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'