Skip to content

Commit

Permalink
[cppcheck] pin cppcheck pending fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed May 28, 2024
1 parent 6a0e737 commit 00e3991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
cmake --build 'eigen/build' --parallel 4
sudo cmake --install 'eigen/build' )
( cd /tmp
git clone --depth 1 'https://github.com/danmar/cppcheck'
git clone https://github.com/danmar/cppcheck.git
( cd cppcheck
git checkout fa561e9c242e7ceeb16408ef55e8bcea04fcf46f )
cmake -S 'cppcheck' -B 'cppcheck/build'
cmake --build 'cppcheck/build' --parallel 4
sudo cmake --install 'cppcheck/build' )
Expand Down

0 comments on commit 00e3991

Please sign in to comment.