From 55f0bcc49f88238475ee8480030cd04fd9f5f651 Mon Sep 17 00:00:00 2001 From: offhub <6871698+offhub@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:31:39 +0300 Subject: [PATCH] Update main_qt6.yml --- .github/workflows/main_qt6.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main_qt6.yml b/.github/workflows/main_qt6.yml index 7d274726..c1bf462a 100644 --- a/.github/workflows/main_qt6.yml +++ b/.github/workflows/main_qt6.yml @@ -128,6 +128,9 @@ jobs: tools: 'tools_opensslv3_x64' cache: true +# - name: Install Qt5 x64 +# run: SandboxiePlus\install_qt.cmd x64 + - name: Installing Jom # if: steps.cache-qt.outputs.cache-hit != 'true' run: SandboxiePlus\install_jom.cmd @@ -153,6 +156,12 @@ jobs: # Merge everything together # +# - name: Add Windows 7 compatible Qt6 DLLs +# run: Installer\fix_qt6_win7.cmd + + - name: Add missing languages for Qt6 (issue 1528) + run: Installer\fix_qt5_languages.cmd x64 build_qt6 + - name: Get openssl binaries run: Installer\get_openssl.cmd @@ -267,6 +276,9 @@ jobs: # Merge everything together # + - name: Add missing languages for Qt6 (issue 1528) + run: Installer\fix_qt5_languages.cmd x64 build_qt6 + - name: Get openssl binaries run: Installer\get_openssl.cmd