Explorar o código

Add kernel version input for optimization action

jimsterino98 hai 2 meses
pai
achega
1a0f27cd1d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/build.yml

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

@@ -259,6 +259,8 @@ jobs:
       - name: add optimization patches
         if: inputs.optimization == 'true'
         uses: ./.github/actions/optimization
+        with:
+         kernel_version: ${{ inputs.kernel_version }}
 
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
         if: inputs.kernel_version == '6.6'