Skip to content

Commit

Permalink
Use correct path separators
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 1e700ef commit 791229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ jobs:
- name: Install LCOV
if: matrix.toolchain != 'msvc'
run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
- run: C:\msys64\mingw64\bin\lcov --version
- run: /c/msys64/mingw64/bin/lcov --version
shell: bash
#- run: dir C:\msys64 /s
#- run: dir C:\
Expand Down

0 comments on commit 791229c

Please sign in to comment.