downgrade cppcheck to 2.16.0 (#12)

This commit is contained in:
Adeeb Shihadeh
2026-02-23 11:47:16 -08:00
committed by GitHub
parent f117a0e60d
commit 71d4d1d3a1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd "$DIR"
VERSION="2.19.1"
VERSION="2.16.0"
INSTALL_DIR="$DIR/cppcheck/install"
# Idempotent: skip if already built