Skip to content

Commit

Permalink
Update CMake-minimal-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 authored Sep 26, 2023
1 parent 4dedd5d commit e24252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CMake-minimal-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e24252e

Please sign in to comment.