2
0
Artem V. Ageev 8 сар өмнө
parent
commit
7e62bf8de7

+ 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