From 0f8d142cf08034a9d831561a696ec5a2a235a556 Mon Sep 17 00:00:00 2001 From: David Dight Date: Thu, 22 Feb 2024 15:05:32 +1100 Subject: [PATCH] Building: Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 9f3fadc..43e0a61 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -22,9 +22,6 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Install Ninja for C++ modules - # run: sudo apt-get install ninja-build - - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type @@ -38,5 +35,5 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} + run: ctest