Skip to content

Commit

Permalink
Try to snap install cppcheck =2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmachado committed Oct 29, 2024
1 parent 8b598a1 commit 91a3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91a3a32

Please sign in to comment.