Skip to content

Commit

Permalink
grep uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 committed Nov 7, 2023
1 parent 17269e2 commit e8a9a44
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 @@ -48,7 +48,7 @@ jobs:
echo "$output"
# Retrieve CMake minimal version from the last line of the tool output.
current_cmake_version=$(echo ${output} | grep "cmake_minimum_required")
current_cmake_version=$(echo ${output} | grep "cmake_minimum_required" | grep -oP "\d+\.\d+")
#regex_pattern="VERSION [0-9]+\.[0-9]+\.[0-9]+"
#if ! [[ "$current_cmake_version" =~ $regex_pattern ]];
Expand Down

0 comments on commit e8a9a44

Please sign in to comment.