CI: fixed cppcheck build

This commit is contained in:
SChernykh
2025-07-12 07:33:28 +02:00
parent 2b46cb937a
commit 81431b12fb

View File

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