Skip to content

Commit

Permalink
Explore where gcov.exe really is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent e44ee07 commit 78cd274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ jobs:
#- run: lcov --version
- run: lcov --version
shell: bash
- run: dir C:\msys64 /s
- run: C:\mingw64\bin\gcov.exe
- run: dir C:\mingw64 /s
- uses: actions/checkout@v4
- name: Install host Qt for cross-compilation
if: matrix.arch == 'arm64'
Expand Down

0 comments on commit 78cd274

Please sign in to comment.