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

This reverts commit 0dbb77de10.

See https://github.com/miurahr/pyppmd/issues/68
This commit is contained in:
Jérôme Leclercq 2021-11-06 11:05:44 +01:00
parent 860b2b44a3
commit a812c69e69
1 changed files with 1 additions and 1 deletions

View File

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