From 6298683a7e5ee42199fe24abe359aebcc5ad5042 Mon Sep 17 00:00:00 2001 From: "Miguel A. Vega Torres" Date: Mon, 9 Sep 2024 09:51:33 +0200 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 2c04187..f439a50 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -1,4 +1,4 @@ -name: CMake on a single platform +name: Build on: push: @@ -78,4 +78,4 @@ jobs: - name: Test the project working-directory: build - run: ctest -C ${{ env.BUILD_TYPE }} --output-on-failure \ No newline at end of file + run: ctest -C ${{ env.BUILD_TYPE }} --output-on-failure