Explorar el Código

fix(action): disable SYSVIPC kABI fix and Enable Configs steps in action.yml

TheWildJames hace 4 meses
padre
commit
bc97702dae
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/actions/droidspaces/action.yml

+ 2 - 2
.github/actions/droidspaces/action.yml

@@ -19,7 +19,7 @@ runs:
   steps:
     - name: Apply the SYSVIPC kABI fix
       shell: bash
-      if: true
+      if: false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         if [ "${{ inputs.kernel_version }}" == "6.12" ]; then
@@ -33,7 +33,7 @@ runs:
 
     - name: Enable Configs
       shell: bash
-      if: true
+      if: false
       working-directory: ${{ github.workspace }}/kernel
       run: |
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'