Skip to content

Commit c081126

Browse files
authored
added temporary workaround for jurplel/install-qt-action on Windows (danmar#7479)
1 parent 23b0c9a commit c081126

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
modules: 'qtcharts'
5050
setup-python: 'false'
5151
cache: true
52+
aqtversion: '==3.1.*' # TODO: remove when aqtinstall 3.2.2 is available
5253

5354
- name: Run CMake for GUI release (Qt 5)
5455
if: startsWith(matrix.qt_ver, '5')

.github/workflows/release-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
modules: 'qtcharts'
6262
setup-python: 'false'
6363
tools: 'tools_opensslv3_x64'
64+
aqtversion: '==3.1.*' # TODO: remove when aqtinstall 3.2.2 is available
6465

6566
# TODO: build with multiple threads
6667
- name: Build x64 release GUI

0 commit comments

Comments
 (0)