From e2c4d47b4d79043cf9e4727c80603052ab4cee54 Mon Sep 17 00:00:00 2001 From: levBagryansky <28lev11@gmail.com> Date: Tue, 17 Oct 2023 00:15:35 +0300 Subject: [PATCH] #37: Name it and removed valgrind installing --- .github/workflows/cmake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 71ce017..5747a11 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,4 @@ -name: CMake build - -run-name: Test with ${{matrix.ctect_option}} +name: CMake build with ${{matrix.ctect_option}} on: push: