Skip to content

Commit

Permalink
Add msys to the path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 1b8173f commit 8f2836e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,9 @@ jobs:
if-no-files-found: error
- name: Install LCOV
if: matrix.toolchain != 'msvc'
run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
run: |
C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
echo 'C:\msys64\mingw64\bin' >> "%GITHUB_PATH%"
- run: dir C:\msys64\ /s
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
Expand Down

0 comments on commit 8f2836e

Please sign in to comment.