Kaynağa Gözat

ci(workflows): enable sound configuration steps in build workflow

TheWildJames 10 ay önce
ebeveyn
işleme
2cdf3e4562
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/build.yml

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

@@ -422,7 +422,7 @@ jobs:
           echo "CONFIG_KSU_SUSFS_SUS_SU=n" >> "${{ env.DEFCONFIG }}"
 
       - name: Configure Sound 1
-        if: false
+        if: true
         run: |
           cd "$CONFIG"
           # Sound Configuration
@@ -447,7 +447,7 @@ jobs:
           #cat Wild_KSU/kernel/export_symbol.txt | awk '{sub("[ \t]+","");print "  "$0}' >> $SYMBOL_LIST
 
       - name: Configure Sound 2
-        if: false
+        if: true
         run: |
           cd "$CONFIG"
           cp ../kernel_patches/wild/bypass_patches/abi_bypass_gki.patch ./