Skip to content

Commit

Permalink
fix(ci): align workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Nov 9, 2024
1 parent 054a2f8 commit 6eed8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GccDebugMemcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/GccIntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6eed8e4

Please sign in to comment.