Skip to content

Commit

Permalink
Fix install package script path
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Wilson <[email protected]>
  • Loading branch information
scott-wilson committed Jul 30, 2024
1 parent 62dc86f commit 34433b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
valgrind -v --leak-check=full --show-leak-kinds=all tests/test_runner
valgrind -v --leak-check=full --show-leak-kinds=all tests/test_status
- name: Install LCov
working-directory: '.'
working-directory: 'scripts'
run: python install_package.py lcov
- name: Run LCov
working-directory: bindings/c/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
valgrind -v --leak-check=full --show-leak-kinds=all tests/test_runner
valgrind -v --leak-check=full --show-leak-kinds=all tests/test_status
- name: Install LCov
working-directory: '.'
working-directory: 'scripts'
run: python install_package.py lcov
- name: Run LCov
working-directory: bindings/c/build
Expand Down

0 comments on commit 34433b8

Please sign in to comment.