Skip to content

Commit

Permalink
Get lcov version under Bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 8da6ab9 commit 1e700ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e700ef

Please sign in to comment.