From e24252ee5b05c907e4b8d45f0874d187526c0b42 Mon Sep 17 00:00:00 2001 From: Tamir Date: Tue, 26 Sep 2023 10:32:31 +0300 Subject: [PATCH] Update CMake-minimal-version.yaml --- .github/workflows/CMake-minimal-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CMake-minimal-version.yaml b/.github/workflows/CMake-minimal-version.yaml index 58c383da0b2..c4abafbbb8d 100644 --- a/.github/workflows/CMake-minimal-version.yaml +++ b/.github/workflows/CMake-minimal-version.yaml @@ -43,6 +43,6 @@ jobs: echo "Error - LibRS minimal CMake version require is ${EXPECTED_CMAKE_VERSION} but on this build the minimal is ${{steps.cmake_version.outputs.current_cmake_version}}" exit 1 else - echo "The test PASSED, founded CMake version: ${{steps.cmake_version.outputs.current_cmake_version}} same as expecting ${EXPECTED_CMAKE_VERSION}" + echo "The test PASSED, CMake ${{steps.cmake_version.outputs.current_cmake_version}} found same as expecting ${EXPECTED_CMAKE_VERSION}" exit 0 fi