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
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake cppcheck build-essential
|
||||
apt-get update
|
||||
apt-get install -y cmake cppcheck build-essential
|
||||
|
||||
|
||||
- name: Run Static Analysis (Cppcheck)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user