From 6eed8e447f7ade11133f1b6f6992fcaad5bcc054 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sat, 9 Nov 2024 08:19:11 +0100 Subject: [PATCH] fix(ci): align workflows --- .github/workflows/GccDebugMemcheck.yml | 2 +- .github/workflows/GccIntegrationTest.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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