4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 18:39:11 +08:00

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

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