Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Nov 9, 2024
1 parent 1fe29b5 commit c7887ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GccIntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install open
shell: bash
working-directory: ./openRoot/build
run: cmake --install .
run: sudo cmake --install .

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

0 comments on commit c7887ca

Please sign in to comment.