From bc6f6e3310f9e168855b4aa0fe0522b5068c73ee Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Mon, 13 Mar 2023 13:05:41 +0100 Subject: [PATCH] cppcheck 2.10.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41045c9c46..c9b92b8a25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: echo "$HOME/opt/bin" >> $GITHUB_PATH - name: Install requirements run: | - .ci/install.cppcheck 2.10 + .ci/install.cppcheck 2.10.2 # it is important that this is the same version used to generate the actual ./configure .ci/install.autoconf 2.69 - name: Build astyle