Revert "CI cppcheck_master: workaround issue with cppcheck master"

This reverts commit aae18ed5e3.
This commit is contained in:
Even Rouault 2024-12-14 01:05:57 +01:00
parent 6ebfe07d8a
commit f9095eae45
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ 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