Selaa lähdekoodia

fix the cfg path

Supper Thomas 1 vuosi sitten
vanhempi
sitoutus
580f3146eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/static_code_analysis.yml

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

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