Explorar el Código

Fix spacing in build_kernel_GKI.sh execution command

jimsterino98 hace 3 semanas
padre
commit
be30d24b2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/build/action.yml

+ 1 - 1
.github/actions/build/action.yml

@@ -49,7 +49,7 @@ runs:
      cd "$CONFIG"
      if [[ -f build_kernel_GKI.sh ]]; then
       chmod +x build_kernel_GKI.sh
-      LTO=full./build_kernel_GKI.sh || true
+      LTO=full ./build_kernel_GKI.sh || true
      elif [[ -f build_kernel.sh ]]; then
       sudo apt update
       sudo apt-get install -y libyaml-dev