From ed6f06b4e29dfdf37943851c3109068732be8477 Mon Sep 17 00:00:00 2001 From: Kenneth Assogba Date: Tue, 12 Nov 2024 22:59:51 +0100 Subject: [PATCH] Solve --- .github/workflows/cmake-multi-platform.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 363ac40..a22b167 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -77,8 +77,9 @@ jobs: - name: Run test_omp run: ${{github.workspace}}/build/test_omp - - name: clang-tidy - run: make clang-tidy + # - name: clang-tidy + # run: make clang-tidy + # cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug --target clang-tidy -j # - name: Test # working-directory: ${{ steps.strings.outputs.build-output-dir }}