From 91a3a3246ce16f477a83ba120a66953a99f6251d Mon Sep 17 00:00:00 2001 From: cpmachado Date: Tue, 29 Oct 2024 11:12:49 +0000 Subject: [PATCH] Try to snap install cppcheck =2.14 --- .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 2d022b7..534fc10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.9' - run: pip install cpplint===1.6.1 - - run: sudo apt install cppcheck -y + - run: sudo snap install cppcheck -y - run: cppcheck --version - run: cppcheck --help - run: make lint