Explorar o código

Add execute permission to build_kernel.sh

jimsterino98 hai 4 meses
pai
achega
ffc232ab39
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/build.yml

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

@@ -536,6 +536,7 @@ jobs:
           elif [[ ${{ inputs.branch }} == SM-A546* || "${{ inputs.branch }}" == "SM-M146B-Oneui7-ADYJ2" || "${{ inputs.branch }}" == "SM-S908B-Oneui8-bitK" ]]; then
             sudo apt update
             sudo apt-get install -y libyaml-dev
+            chmod +x build_kernel.sh
             LTO=thin ./build_kernel.sh || true
           elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
             chmod +x build_script.sh