We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jurplel/install-qt-action
1 parent 23b0c9a commit c081126Copy full SHA for c081126
.github/workflows/CI-windows.yml
@@ -49,6 +49,7 @@ jobs:
49
modules: 'qtcharts'
50
setup-python: 'false'
51
cache: true
52
+ aqtversion: '==3.1.*' # TODO: remove when aqtinstall 3.2.2 is available
53
54
- name: Run CMake for GUI release (Qt 5)
55
if: startsWith(matrix.qt_ver, '5')
.github/workflows/release-windows.yml
@@ -61,6 +61,7 @@ jobs:
61
62
63
tools: 'tools_opensslv3_x64'
64
65
66
# TODO: build with multiple threads
67
- name: Build x64 release GUI
0 commit comments