Skip to content

Commit 9310c73

Browse files
committed
Look for gcov in Qt's MinGW
1 parent 1711c4e commit 9310c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
- { toolchain: 'mingw', arch: x86-64, qt: '6.8.0', aqtTools: 'tools_mingw1310' }
488488
steps:
489489
#- run: dir C:\ghcup\ghc /s '*gcov*'
490-
#- run: dir D:/a/dokit/Qt /s '*gcov'
490+
- run: dir D:/a/dokit/Qt /s '*gcov'
491491
- uses: actions/checkout@v4
492492
- name: Install host Qt for cross-compilation
493493
if: matrix.arch == 'arm64'

0 commit comments

Comments
 (0)