Skip to content

Commit

Permalink
Remove -y from snap install
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmachado committed Oct 29, 2024
1 parent 91a3a32 commit 55534fe
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 snap install cppcheck -y
- run: sudo snap install cppcheck
- run: cppcheck --version
- run: cppcheck --help
- run: make lint
Expand Down

0 comments on commit 55534fe

Please sign in to comment.