浏览代码

Add nomount input to dependencies and extract steps

jimsterino98 2 月之前
父节点
当前提交
0e21db2289
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/build.yml

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

@@ -184,6 +184,7 @@ jobs:
         uses: ./.github/actions/dependencies
         with:
           zeromount: ${{ inputs.zeromount }}
+          nomount: ${{ inputs.nomount }}
           susfs: ${{ inputs.susfs }}
           android_version: ${{ inputs.android_version }}
           kernel_version: ${{ inputs.kernel_version }}
@@ -199,6 +200,7 @@ jobs:
          branch: ${{ inputs.branch }}
          susfs: ${{ inputs.susfs }}
          zeromount: ${{ inputs.zeromount }}
+         nomount: ${{ inputs.nomount }}
           
       - name: Extract all tar.xz files and delete them
         run: |