Skip to content

Commit

Permalink
add back the cmake permissions call
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 21, 2024
1 parent e4fabb8 commit 0c5dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build, install habitat-sim
run: |-
#give cmake ownership to the runner for installation
#sudo chown runner -R /opt/cmake312/
sudo chown runner -R /opt/cmake312/
#activate conda env
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
#conda init
Expand Down

0 comments on commit 0c5dee3

Please sign in to comment.