Browse Source

Update build.yml to include patch application step

jimsterino98 5 months ago
parent
commit
cfb8ef65aa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build.yml

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

@@ -501,7 +501,8 @@ jobs:
           cp "$KERNEL_PATCHES/common/ntsync/ntsync_compat_${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch" .
           patch -p1 < ntsync_base.patch || true
           patch -p1 < ntsync_compat_${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch
-          
+
+          cd "$GITHUB_WORKSPACE"
           cat >> "$GKI_DEFCONFIG" << 'EOF'
           CONFIG_NTSYNC=y
           EOF