Kaynağa Gözat

fix lint part

Artem V. Ageev 8 ay önce
ebeveyn
işleme
7e62bf8de7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/make.sh

+ 1 - 1
.github/workflows/make.sh

@@ -28,7 +28,7 @@ function priv_lazbuild
         case ${ID:?} in
             debian | ubuntu)
                 sudo apt-get update
-                sudo apt-get install -y lazarus{-ide-qt5,} &
+                sudo apt-get install -y lazarus{-ide-qt5,} cppcheck pylint&
                 ;;
         esac
     fi