Skip to content

Commit 57b7a94

Browse files
updated
1 parent 44d238d commit 57b7a94

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/actions.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,18 @@ jobs:
193193
build-windows-msvc2022-qt6.7:
194194
runs-on: windows-latest
195195
steps:
196-
- uses: jurplel/install-qt-action@latest
197196
- name: Install Qt
197+
uses: jurplel/install-qt-action@latest
198198
with:
199199
version: '6.7.3'
200200
host: 'windows'
201201
target: 'desktop'
202202
- name: Set up MSVC environment
203-
run:
203+
run: |
204204
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
205205
set CL=/MP
206206
- name: Build
207-
run:
207+
run: |
208208
qmake -version
209209
configure.bat --enable-debug
210210
cd src
@@ -220,13 +220,14 @@ jobs:
220220
cd ..\tools
221221
nmake install
222222
- name: Test
223+
run: |
223224
call tools\releasetest\releasetest.bat
224225
225226
# build-windows-msvc2019-qt6.7:
226227
# runs-on: windows-latest
227228
# steps:
228-
# - uses: jurplel/install-qt-action@latest
229229
# - name: Install Qt
230+
# uses: jurplel/install-qt-action@latest
230231
# with:
231232
# version: '6.7.3'
232233
# host: 'windows'
@@ -235,8 +236,8 @@ jobs:
235236
# build-windows-msvc2019-qt6.5:
236237
# runs-on: windows-latest
237238
# steps:
238-
# - uses: jurplel/install-qt-action@latest
239239
# - name: Install Qt
240+
# uses: jurplel/install-qt-action@latest
240241
# with:
241242
# version: '6.5.2'
242243
# host: 'windows'
@@ -245,8 +246,8 @@ jobs:
245246
# build-windows-msvc2019-qt6.2:
246247
# runs-on: windows-latest
247248
# steps:
248-
# - uses: jurplel/install-qt-action@latest
249249
# - name: Install Qt
250+
# uses: jurplel/install-qt-action@latest
250251
# with:
251252
# version: '6.2.7'
252253
# host: 'windows'

0 commit comments

Comments
 (0)