Skip to content

Commit 580f314

Browse files
supperthomasRbb666
authored andcommitted
fix the cfg path
1 parent b416528 commit 580f314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_code_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cd build
4747
cmake ..
4848
make
49-
sudo make install
49+
sudo make install FILESDIR=/usr/local/share/Cppcheck CFGDIR=/usr/share/Cppcheck/cfg
5050
cppcheck --version
5151
cd ../../
5252
git remote -v

0 commit comments

Comments
 (0)