Skip to content

Commit 6eed8e4

Browse files
committed
fix(ci): align workflows
1 parent 054a2f8 commit 6eed8e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/GccDebugMemcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install open
7777
shell: bash
7878
working-directory: ./openRoot/build
79-
run: sudo cmake --install .
79+
run: cmake --install .
8080

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

.github/workflows/GccIntegrationTest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
path: ./openRoot
5252

5353
- name: Create Build Environment for open62541
54+
shell: bash
5455
run: cmake -E make_directory ./openRoot/build
5556

5657
- name: Configure open
@@ -71,7 +72,7 @@ jobs:
7172
- name: Install open
7273
shell: bash
7374
working-directory: ./openRoot/build
74-
run: sudo cmake --install .
75+
run: cmake --install .
7576

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

0 commit comments

Comments
 (0)