Browse Source

fix the cfg path

Supper Thomas 11 tháng trước cách đây
mục cha
commit
580f3146eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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