We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054a2f8 commit 6eed8e4Copy full SHA for 6eed8e4
.github/workflows/GccDebugMemcheck.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Install open
77
shell: bash
78
working-directory: ./openRoot/build
79
- run: sudo cmake --install .
+ run: cmake --install .
80
81
- name: Create Build Environment
82
# Some projects don't allow in-source building, so create a separate
.github/workflows/GccIntegrationTest.yml
@@ -51,6 +51,7 @@ jobs:
51
path: ./openRoot
52
53
- name: Create Build Environment for open62541
54
+ shell: bash
55
run: cmake -E make_directory ./openRoot/build
56
57
- name: Configure open
@@ -71,7 +72,7 @@ jobs:
71
72
73
74
75
0 commit comments