CI: fixed cppcheck build
This commit is contained in:
4
.github/workflows/cppcheck.yml
vendored
4
.github/workflows/cppcheck.yml
vendored
@@ -28,8 +28,6 @@ jobs:
|
||||
- name: Checkout cppcheck
|
||||
run: |
|
||||
git clone https://github.com/danmar/cppcheck cppcheck-main
|
||||
git clone https://github.com/danmar/simplecpp simplecpp
|
||||
cp -rf simplecpp cppcheck-main/externals
|
||||
|
||||
- name: Build cppcheck
|
||||
run: |
|
||||
@@ -76,8 +74,6 @@ jobs:
|
||||
- name: Checkout cppcheck
|
||||
run: |
|
||||
git clone https://github.com/danmar/cppcheck cppcheck-main
|
||||
git clone https://github.com/danmar/simplecpp simplecpp
|
||||
Copy-Item -Path "simplecpp" -Destination "cppcheck-main/externals" -Recurse -Force
|
||||
|
||||
- name: Build cppcheck
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user