Skip to content

Commit

Permalink
CI cppcheck_master: workaround issue with cppcheck master
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 12, 2024
1 parent 733a50e commit aae18ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: |
git clone https://github.com/danmar/cppcheck
cd cppcheck
git checkout 690aab586136cf596b84ef04a61337813609d716 # FIXME: Workaround https://github.com/danmar/cppcheck/pull/6906#issuecomment-2539097133
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit aae18ed

Please sign in to comment.