diff --git a/.github/workflows/GccIntegrationTest.yml b/.github/workflows/GccIntegrationTest.yml index 7742b84..ede430c 100644 --- a/.github/workflows/GccIntegrationTest.yml +++ b/.github/workflows/GccIntegrationTest.yml @@ -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