Skip to content

Commit

Permalink
Update main_qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub committed Nov 21, 2024
1 parent f36b9e6 commit 55f0bcc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main_qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 55f0bcc

Please sign in to comment.