Skip to content

Commit

Permalink
[CI] Fix cppcheck sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed May 26, 2024
1 parent bb7c659 commit 0d49106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v4

- name: Install cppcheck
run:
- sudo apt-get update
- sudo apt-get install -y cppcheck
run: |
sudo apt-get update
sudo apt-get install -y cppcheck
- name: Run cppcheck
run: ./extras/cppcheck/cppcheck.sh

0 comments on commit 0d49106

Please sign in to comment.