Update ci.yml

This commit is contained in:
McMassiveNZ
2023-05-28 21:31:14 +02:00
parent c13d8b634e
commit d678ed9e18

View File

@@ -77,7 +77,6 @@ jobs:
cmake: true cmake: true
ccache: true ccache: true
clangtidy: ${{ env.CLANG_TIDY_VERSION }} clangtidy: ${{ env.CLANG_TIDY_VERSION }}
cppcheck: true
- name: Configure CMake - name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_configuration}} run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_configuration}}