Parcourir la source

fix the cfg path

Supper Thomas il y a 11 mois
Parent
commit
580f3146eb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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