Explorar el Código

fix the cfg path

Supper Thomas hace 11 meses
padre
commit
580f3146eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/static_code_analysis.yml

+ 1 - 1
.github/workflows/static_code_analysis.yml

@@ -46,7 +46,7 @@ jobs:
           cd build
           cmake ..
           make
-          sudo make install
+          sudo make install FILESDIR=/usr/local/share/Cppcheck CFGDIR=/usr/share/Cppcheck/cfg
           cppcheck --version
           cd ../../
           git remote -v