We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b416528 commit 580f314Copy full SHA for 580f314
.github/workflows/static_code_analysis.yml
@@ -46,7 +46,7 @@ jobs:
46
cd build
47
cmake ..
48
make
49
- sudo make install
+ sudo make install FILESDIR=/usr/local/share/Cppcheck CFGDIR=/usr/share/Cppcheck/cfg
50
cppcheck --version
51
cd ../../
52
git remote -v
0 commit comments