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