We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd26a1a commit 4f31d0aCopy full SHA for 4f31d0a
1 file changed
.github/workflows/release-windows.yml
@@ -65,14 +65,13 @@ jobs:
65
66
# available modules: https://github.com/miurahr/aqtinstall/blob/master/docs/getting_started.rst#installing-modules
67
# available tools: https://github.com/miurahr/aqtinstall/blob/master/docs/getting_started.rst#installing-tools
68
- - name: Install Qt ${{ env.QT_VERSION }}
+ - name: Install Qt
69
uses: jurplel/install-qt-action@v4
70
with:
71
version: ${{ env.QT_VERSION }}
72
modules: 'qtcharts'
73
setup-python: 'false'
74
tools: 'tools_opensslv3_x64'
75
- aqtversion: '==3.1.*' # TODO: remove when aqtinstall 3.2.2 is available
76
77
# TODO: build with multiple threads
78
- name: Build x64 release GUI
0 commit comments