Skip to content

Commit

Permalink
try opening permissions to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 3, 2024
1 parent db96b48 commit d006968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install_ubuntu_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
sudo sh ./cmake-3.12.4-Linux-x86_64.sh --prefix=/opt/cmake312 --skip-license
sudo sh ./cmake-3.20.1-linux-x86_64.sh --prefix=/opt/cmake320 --skip-license
sudo ln -s /opt/cmake312/bin/cmake /usr/local/bin/cmake
sudo chmod -R a+rwX /usr/
. ~/.bashrc
ls -la /usr/local/bin/cmake
ls -la /usr/local/bin/
Expand Down

0 comments on commit d006968

Please sign in to comment.