Skip to content

Commit

Permalink
Look for geninfo in msys
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent ea0cbfe commit 1b8173f
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 @@ -521,10 +521,10 @@ jobs:
name: aqtinstall-log-win-${{ matrix.arch }}-${{ matrix.toolchain }}-${{ matrix.qt }}
path: aqtinstall.log
if-no-files-found: error
- run: dir "%RUNNER_WORKSPACE%/Qt/" /s
- name: Install LCOV
if: matrix.toolchain != 'msvc'
run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
- run: dir C:\msys64\ /s
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
shell: bash
Expand Down

0 comments on commit 1b8173f

Please sign in to comment.