diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d598d8..acc32fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,6 @@ jobs: cmake: true ccache: true clangtidy: ${{ env.CLANG_TIDY_VERSION }} - cppcheck: true - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_configuration}}