File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -521,21 +521,17 @@ jobs:
521
521
name : aqtinstall-log-win-${{ matrix.arch }}-${{ matrix.toolchain }}-${{ matrix.qt }}
522
522
path : aqtinstall.log
523
523
if-no-files-found : error
524
- - name : Setup MSYS2
524
+ - name : Install LCOV
525
525
if : matrix.toolchain != 'msvc'
526
- uses : msys2/setup-msys2@v2
527
- with :
528
- install : mingw-w64-x86_64-lcov
529
- # - name: Install LCOV
530
- # if: matrix.toolchain != 'msvc'
531
- # run: |
532
- # C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
533
- # echo 'C:\msys64\mingw64\bin' >> "%GITHUB_PATH%"
526
+ run : |
527
+ C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
528
+ echo 'C:\msys64\mingw64\bin' >> "%GITHUB_PATH%"
534
529
- run : dir C:\msys64\ /s
535
530
- name : Configure cross-compilation
536
531
if : matrix.arch == 'arm64'
537
532
shell : bash
538
533
run : |
534
+ echo "$PATH"
539
535
echo "CMAKE_TOOLCHAIN_FILE=${QT_ROOT_DIR/_64/_arm64/}\lib\cmake\Qt6\qt.toolchain.cmake" >> $GITHUB_ENV
540
536
echo "qtHostPath=${QT_ROOT_DIR/_arm64/_64}" >> $GITHUB_ENV
541
537
- name : Configure MSVC
You can’t perform that action at this time.
0 commit comments