From 6b2ac18feb542eb46224aaba6ec59d45767aebb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 3 Feb 2022 03:18:40 +0100 Subject: [PATCH] Revert "CI: Check if aqtinstaller has been fixed on MinGW" (it's a nope) This reverts commit a3643e4736720b90b91846b39b880ffd77583dfb. --- .github/workflows/msys2-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 952e1b591..ea905739a 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -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)