Browse Source

fix lint part

Artem V. Ageev 8 months ago
parent
commit
7e62bf8de7
1 changed files with 1 additions and 1 deletions
  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