From 81431b12fbd5b35946ea250d8c6b83f7d0f024eb Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Sat, 12 Jul 2025 07:33:28 +0200 Subject: [PATCH] CI: fixed cppcheck build --- .github/workflows/cppcheck.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 51f141e..089f860 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -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: |