Browse Source

feat(build): add initialization step for config fragment in build process

trae 3 months ago
parent
commit
11b7c25f51
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -286,6 +286,9 @@ jobs:
       with:
         clear_stats: true
 
+    - name: Initialize Config Fragment
+      run: touch "${{ github.workspace }}/wild_gki.fragment"
+
     - name: Build Normal Kernel
       env:
         SOURCE_DATE_EPOCH: ${{ env.SOURCE_DATE_EPOCH }}