CI: Install Qt5 package for MinGW until pyppmd installation is fixed again
This commit is contained in:
parent
d878036bfc
commit
0616b7c913
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue