[CI] Fix cppcheck sequence
This commit is contained in:
parent
bb7c6592fc
commit
0d491060b2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cppcheck.yml
vendored
6
.github/workflows/cppcheck.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install cppcheck
|
- name: Install cppcheck
|
||||||
run:
|
run: |
|
||||||
- sudo apt-get update
|
sudo apt-get update
|
||||||
- sudo apt-get install -y cppcheck
|
sudo apt-get install -y cppcheck
|
||||||
|
|
||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
run: ./extras/cppcheck/cppcheck.sh
|
run: ./extras/cppcheck/cppcheck.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue