Skip to content

Commit

Permalink
Update shell_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 authored Nov 12, 2023
1 parent 13fe666 commit b7878cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shell_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: "Get Current CMake version"
id: cmake_version
run: |
current_cmake_major_ver=$(echo "VERSION 3.8.0" | grep -oP "\d+\.\d+" | cut -d'.' -f 1)
current_cmake_minor_ver=$(echo "VERSION 3.8.0" | grep -oP "\d+\.\d+" | cut -d'.' -f 2)
current_cmake_major_ver=$(echo "VERSION 3.12.0" | grep -oP "\d+\.\d+" | cut -d'.' -f 1)
current_cmake_minor_ver=$(echo "VERSION 3.12.0" | grep -oP "\d+\.\d+" | cut -d'.' -f 2)
echo $current_cmake_major_ver
echo $current_cmake_minor_ver
Expand Down

0 comments on commit b7878cc

Please sign in to comment.