[CI] Fix cppcheck sequence

This commit is contained in:
jgromes 2024-05-26 12:50:02 +01:00
parent bb7c6592fc
commit 0d491060b2

View file

@ -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