Skip to content

Commit

Permalink
Correct the build-wrapper path.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 12, 2024
1 parent e4e3c0a commit e6e3cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Unit tests run
working-directory: build
run: |
build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output make all test
build-wrapper-linux-x86-64 --out-dir bw-output make all test
- name: Merge GCOV Reports for Sonarcloud
working-directory: build
Expand Down

0 comments on commit e6e3cf4

Please sign in to comment.