diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13d588127..cd3585e59 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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'