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 8299d85 commit ce1f69d
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 @@ -41,7 +41,7 @@ jobs:
echo "$output"
# Retrieve CMake minimal version from the last line of the tool output.
current_cmake_version=$(echo ${output: -30} | cut -d' ' -f 2 | head -c -3)
current_cmake_version=$(echo ${output: -30} | cut -d' ' -f 2 | head -c -4)
# Saving cmake minimal version string in GitHub output
echo "current_cmake_version=$current_cmake_version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ce1f69d

Please sign in to comment.