fix the cfg path

This commit is contained in:
Supper Thomas 2024-09-04 11:18:56 +08:00 committed by Rbb666
parent b4165288fc
commit 580f3146eb
1 changed files with 1 additions and 1 deletions

View File

@ -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