Browse Source

Update build.yml

added chmod to try cuz bbg not working
jimsterino98 9 months ago
parent
commit
e4195408bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

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

@@ -73,6 +73,7 @@ jobs:
       - name: Clone Kernel Source
         run: |
             git clone https://github.com/WildKernels/Samsung_Kernels.git -b ${{ inputs.branch }} $CONFIG
+            chmod -R 777 "$CONFIG"
   
       - name: Set Path Environment Variables
         run: |