소스 검색

Update build.yml

James McConnell 1 년 전
부모
커밋
9bd5cb0eef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

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

@@ -216,7 +216,7 @@ jobs:
           
           case "${{ inputs.kernelsu_variant }}" in
             "WILD")
-               echo "Applying SUSFS patches for Wild KSU..."
+              echo "Applying SUSFS patches for Wild KSU..."
               cd ./Wild_KSU
               cp ../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
               patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true