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