Skip to content

Commit 4f31d0a

Browse files
authored
release-windows.yml: removed hardcoded aqt version [skip ci] (#8333)
1 parent dd26a1a commit 4f31d0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,13 @@ jobs:
6565
6666
# available modules: https://github.com/miurahr/aqtinstall/blob/master/docs/getting_started.rst#installing-modules
6767
# available tools: https://github.com/miurahr/aqtinstall/blob/master/docs/getting_started.rst#installing-tools
68-
- name: Install Qt ${{ env.QT_VERSION }}
68+
- name: Install Qt
6969
uses: jurplel/install-qt-action@v4
7070
with:
7171
version: ${{ env.QT_VERSION }}
7272
modules: 'qtcharts'
7373
setup-python: 'false'
7474
tools: 'tools_opensslv3_x64'
75-
aqtversion: '==3.1.*' # TODO: remove when aqtinstall 3.2.2 is available
7675

7776
# TODO: build with multiple threads
7877
- name: Build x64 release GUI

0 commit comments

Comments
 (0)