From f0ab66a13058afd7b7537cbfa8e07f788a6d8110 Mon Sep 17 00:00:00 2001 From: Kenneth Assogba Date: Sat, 16 Nov 2024 11:27:50 +0100 Subject: [PATCH] Fix build --- .github/workflows/cmake-multi-platform.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a22b167..c9ca0ea 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -71,12 +71,6 @@ jobs: - name: Run example run: ${{github.workspace}}/build/main - - name: Run simple - run: ${{github.workspace}}/build/simple - - - name: Run test_omp - run: ${{github.workspace}}/build/test_omp - # - name: clang-tidy # run: make clang-tidy # cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug --target clang-tidy -j