Skip to content

Commit

Permalink
changing permissions broke sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 10, 2024
1 parent 79626d9 commit e87bee2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/install_ubuntu_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ 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/
ls -la /opt
#cmake --version
shell: bash
- name: Install dependencies
run: |-
Expand Down

0 comments on commit e87bee2

Please sign in to comment.