Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 3, 2024
1 parent 7adb2a3 commit db96b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install_ubuntu_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
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
. ~/.bashrc
echo ls -la /usr/local/bin/cmake
echo ls -la /usr/local/bin/
echo ls -la /opt
ls -la /usr/local/bin/cmake
ls -la /usr/local/bin/
ls -la /opt
cmake --version
shell: bash
- name: Install dependencies
Expand Down

0 comments on commit db96b48

Please sign in to comment.