Skip to content

Commit

Permalink
remove failing cmake call
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 10, 2024
1 parent 282ba8d commit 79626d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install_ubuntu_deps/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: install_all_ubuntu_deps
name: install_ubuntu_deps
runs:
using: composite
steps:
Expand All @@ -21,7 +21,7 @@ runs:
ls -la /usr/local/bin/cmake
ls -la /usr/local/bin/
ls -la /opt
cmake --version
#cmake --version
shell: bash
- name: Install dependencies
run: |-
Expand Down

0 comments on commit 79626d9

Please sign in to comment.