diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1b45d2eb5..03c9bf63b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -498,11 +498,9 @@ jobs: shell: bash - name: Install LCOV if: matrix.toolchain != 'msvc' - run: | - pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov - C:\msys64\mingw64\bin\lcov --version - #- run: lcov --version - # shell: bash + run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov + - run: C:\msys64\mingw64\bin\lcov --version + shell: bash #- run: dir C:\msys64 /s #- run: dir C:\ #- run: C:\mingw64\bin\gcov.exe --version