From 78cd274e0ff49ff2bd829feb76a2541a7f490eb5 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 13 Oct 2024 23:11:23 +1100 Subject: [PATCH] Explore where gcov.exe really is installed --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) 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'