Revert "CI: Check if aqtinstaller has been fixed on MinGW" (it's a nope)
This reverts commit a3643e4736.
This commit is contained in:
parent
a3643e4736
commit
6b2ac18feb
|
|
@ -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
|
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain mingw-w64-${{ matrix.arch }}-qt5-tools
|
||||||
update: true
|
update: true
|
||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue