From 0dbb77de105be74982b2413c9087e0d2b9ef7679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 28 Oct 2021 16:27:40 +0200 Subject: [PATCH] CI: Try to install Qt5 package (aqtinstall fails to install with msys2) --- .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 93b78cb3d..b736a2f79 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)