This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -16,8 +16,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y cmake cppcheck build-essential
|
apt-get install -y cmake cppcheck build-essential
|
||||||
|
|
||||||
|
|
||||||
- name: Run Static Analysis (Cppcheck)
|
- name: Run Static Analysis (Cppcheck)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user