From ccdf2a3a9e570cdf4775c8013cd9f8808b65a83a Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 11 Feb 2021 11:50:55 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 52fbdd80c..803b472a0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: CMake Builds +name: CMakeBuilds on: push: @@ -90,4 +90,4 @@ jobs: shell: bash # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C $BUILD_TYPE \ No newline at end of file + run: ctest -C $BUILD_TYPE