Skip to content

Commit 1454292

Browse files
committed
Ensuring same version
1 parent d75ea29 commit 1454292

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Qt
4848
uses: jurplel/install-qt-action@v3
4949
with:
50-
version: '6.7.0'
50+
version: '6.9.1'
5151
target: 'desktop'
5252
arch: 'win64_msvc2019_64'
5353
tools: 'tools_opensslv3_x64'
@@ -114,8 +114,6 @@ jobs:
114114
- name: Build installer
115115
shell: cmd
116116
run: |
117-
dir gui\packaging
118-
tree gui\packaging
119117
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" gui\packaging\setup.iss
120118
121119
- name: Upload installer

0 commit comments

Comments
 (0)