diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 197f133b1..1a48d8ef8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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