Skip to content

Commit

Permalink
try install without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
matkonnerth committed Nov 18, 2024
1 parent 2f62888 commit 6bb72a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GccDebugMemcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install open
shell: bash
working-directory: ./openRoot/build
run: sudo cmake --install .
run: cmake --install .

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate
Expand Down

0 comments on commit 6bb72a1

Please sign in to comment.