ソースを参照

Update kernel configuration setup in build.yml

Fix indentation and correct variable usage in build script.
jimsterino98 7 ヶ月 前
コミット
a418fabcad
1 ファイル変更2 行追加2 行削除
  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