Bump CI version of cppcheck to 2.6

This commit is contained in:
matt335672 2021-10-04 11:51:45 +01:00
parent b0c9c92627
commit cda6c60748
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
CC: gcc CC: gcc
# This is required to use a version of cppcheck other than that # This is required to use a version of cppcheck other than that
# supplied with the operating system # supplied with the operating system
CPPCHECK_VER: 2.5 CPPCHECK_VER: 2.6
CPPCHECK_REPO: https://github.com/danmar/cppcheck.git CPPCHECK_REPO: https://github.com/danmar/cppcheck.git
steps: steps:
# This is currently the only way to get a version into # This is currently the only way to get a version into