Skip to content

Commit

Permalink
print edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 authored Oct 2, 2023
1 parent 7d05d1b commit 472f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CMake-minimal-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
venv/bin/pip3 install -r requirements.txt
venv/bin/python3 cmake_downloader.py --first_minor
output=$(venv/bin/python3 cmake_min_version.py /home/runner/work/librealsense/librealsense/)
echo "Current CMake $output"
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 -2)
Expand Down

0 comments on commit 472f41b

Please sign in to comment.