Browse Source

fix the cfg path

Supper Thomas 11 months ago
parent
commit
580f3146eb
1 changed files with 1 additions and 1 deletions
  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