Skip to content

Commit

Permalink
Update static_analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 authored Nov 7, 2023
1 parent 52e1dc9 commit 8299d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8299d85

Please sign in to comment.