Просмотр исходного кода

Fix spacing in build_kernel_GKI.sh execution command

jimsterino98 3 недель назад
Родитель
Сommit
be30d24b2a
1 измененных файлов с 1 добавлено и 1 удалено
  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