diff --git a/.github/workflows/GccDebugMemcheck.yml b/.github/workflows/GccDebugMemcheck.yml index 59e0749..169ed2e 100644 --- a/.github/workflows/GccDebugMemcheck.yml +++ b/.github/workflows/GccDebugMemcheck.yml @@ -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 diff --git a/.github/workflows/GccIntegrationTest.yml b/.github/workflows/GccIntegrationTest.yml index 5053030..5516daf 100644 --- a/.github/workflows/GccIntegrationTest.yml +++ b/.github/workflows/GccIntegrationTest.yml @@ -51,6 +51,7 @@ jobs: path: ./openRoot - name: Create Build Environment for open62541 + shell: bash run: cmake -E make_directory ./openRoot/build - name: Configure open @@ -71,7 +72,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