Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-b committed May 4, 2023
1 parent 75b893b commit 0c1414b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-cmake-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tar -xzvf cmake.tar.gz
ls -la
ls -la ${cmake_prefix}

cp -r ${cmake_prefix}/bin/* /usr/local/bin/
cp -r ${cmake_prefix}/share/* /usr/local/share/
sudo cp -r ${cmake_prefix}/bin/* /usr/local/bin/
sudo cp -r ${cmake_prefix}/share/* /usr/local/share/

echo 'Cmake Info:'
which cmake
Expand Down

0 comments on commit 0c1414b

Please sign in to comment.