From 8299d85fda42eb1a4016f5ce91851719f160e7a8 Mon Sep 17 00:00:00 2001 From: Tamir Date: Tue, 7 Nov 2023 12:22:45 +0200 Subject: [PATCH] Update static_analysis.yaml --- .github/workflows/static_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index e325251ef91..594b08f548b 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -50,7 +50,7 @@ jobs: env: EXPECTED_CMAKE_VER: 3.8 CURRENT_CMAKE_VERSION: ${{ steps.cmake_version.outputs.current_cmake_version }} - RESULT: ${{ steps.cmake_version.outputs.current_cmake_version <= $EXPECTED_CMAKE_VER }} + RESULT: ${{ steps.cmake_version.outputs.current_cmake_version <= 3.8 }} run: | echo "CURRENT_CMAKE_VERSION $CURRENT_CMAKE_VERSION"