Update main_qt6.yml

This commit is contained in:
offhub 2024-11-21 13:31:39 +03:00
parent f36b9e6cff
commit 55f0bcc49f
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
1 changed files with 12 additions and 0 deletions

View File

@ -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