Parcourir la source

Update kernel configuration setup in build.yml

Fix indentation and correct variable usage in build script.
jimsterino98 il y a 7 mois
Parent
commit
a418fabcad
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/build.yml

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

@@ -222,9 +222,9 @@ jobs:
 
       - name: Set Kernel Configuration Variables
         run: |
-          cd "$COMMON"
+          
           echo "Initializing kernel configuration..."
-          cat >> "${{ env.DEFCONFIG }}" << 'EOF'
+          cat >> "$DEFCONFIG" << 'EOF'
           # KernelSU Configuration
           CONFIG_KSU=y
           CONFIG_KSU_SUSFS=y