소스 검색

Update build.yml

added chmod to try cuz bbg not working
jimsterino98 9 달 전
부모
커밋
e4195408bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: |