瀏覽代碼

ci: drop redundant Setup NoMount step (Integrate NoMount covers both modes)

TheWildJames 3 周之前
父節點
當前提交
892411b287
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .github/workflows/build.yml

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

@@ -197,12 +197,6 @@ jobs:
         os_patch_level: ${{ inputs.os_patch_level }}
         sublevel: ${{ steps.extract.outputs.sublevel }}
 
-    - name: Setup NoMount
-      if: contains(inputs.feature_set, 'NOMOUNT') || inputs.feature_set == 'FULL'
-      uses: ./.github/actions/nomount
-      with:
-        kernel_version: ${{ inputs.kernel_version }}
-
     - name: Baseband Guard
       if: (contains(inputs.feature_set, 'BBG') || inputs.feature_set == 'FULL')
       uses: ./.github/actions/bbg