Browse Source

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

TheWildJames 3 tuần trước cách đây
mục cha
commit
892411b287
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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