Skip to content

Commit

Permalink
Even more path fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Dec 23, 2024
1 parent fabd7e7 commit c00ebcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@ jobs:
- name: Run gcov
run: |
cd build
cd build/x64-release-linux
make gcov
- name: Run lcov
run: |
cd build
pwd
cd build/x64-release-linux
make lcov
- name: Coveralls
Expand Down

0 comments on commit c00ebcc

Please sign in to comment.