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 226fcc5 commit 2169063
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_VERSION: "3.8"
CURRENT_CMAKE_VERSION: ${{ steps.cmake_version.outputs.current_cmake_version }}
RESULT: ${{ $CURRENT_CMAKE_VERSION <= EXPECTED_CMAKE_VER }}
RESULT: ${{ ${CURRENT_CMAKE_VERSION} <= EXPECTED_CMAKE_VER }}
run: |
regex_pattern="VERSION [0-9]+\.[0-9]+\.[0-9]+"
Expand Down

0 comments on commit 2169063

Please sign in to comment.