Skip to content

Commit 91bc787

Browse files
committed
release-windows.yml: do not hard-code tools_openssl_x64 version
1 parent 9ecbbdc commit 91bc787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
version: ${{ env.QT_VERSION }}
6363
modules: 'qtcharts'
64-
tools: 'tools_openssl_x64,1.1.1-10,qt.tools.openssl.win_x64'
64+
tools: 'tools_openssl_x64,qt.tools.openssl.win_x64'
6565
cache: true
6666

6767
- name: Create .qm

0 commit comments

Comments
 (0)