CI: Try to install Qt5 package (aqtinstall fails to install with msys2)

This commit is contained in:
Jérôme Leclercq 2021-10-28 16:27:40 +02:00
parent 34521e7d50
commit 0dbb77de10
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain mingw-w64-${{ matrix.arch }}-qt5-tools
update: true
# Force xmake to a specific folder (for cache)