From e41533305e13675f10d132aeac74bae2fa3055d5 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Mon, 17 Feb 2020 12:13:20 +0100 Subject: [PATCH] fix github actions stuck on qt installation --- .github/workflows/CompileWindows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index 4ff4e9975..3a8787ee6 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -18,7 +18,7 @@ jobs: - name: Setting MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Installing QT - uses: jurplel/install-qt-action@v2 + uses: ouuan/install-qt-action@v2.3.1 with: modules: qtscript xmlpatterns - name: Setting Env @@ -66,7 +66,7 @@ jobs: - name: Setting MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Installing QT - uses: jurplel/install-qt-action@v2 + uses: ouuan/install-qt-action@v2.3.1 with: modules: qtscript xmlpatterns - name: Configure