Skip to content

Commit ecfcf1a

Browse files
committed
Debug
1 parent 500f472 commit ecfcf1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/install_cmake.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ tar xzf cmake-3.16.3-Linux-x86_64.tar.gz
77
sudo rm -f /usr/local/bin/cmake
88
sudo rm -f /usr/bin/cmake
99
sudo ln -s ${HOME}/cmake-3.16.3-Linux-x86_64/bin/cmake /usr/bin/
10+
echo $PATH
11+
ll -l /usr/bin/cmake
12+
file /usr/bin/cmake
1013
which cmake
1114
/usr/bin/cmake --version
1215
cmake --version

0 commit comments

Comments
 (0)