Quellcode durchsuchen

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

TheWildJames vor 3 Wochen
Ursprung
Commit
892411b287
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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