瀏覽代碼

Update build.yml

added chmod to build script
jimsterino98 9 月之前
父節點
當前提交
e76883c856
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/build.yml

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

@@ -268,6 +268,7 @@ jobs:
             sudo apt-get install -y libyaml-dev
             LTO=thin ./build_kernel.sh || true
           elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
+            chmod +x build_script.sh
             ./build_script.sh
           else
             #temporarily using this until i can figure out the other phones build script issues