File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -253,22 +253,23 @@ jobs:
253
253
uses : microsoft/setup-msbuild@v1
254
254
with :
255
255
vs-version : 16.11
256
- msbuild-architecture : x64
257
- - name : Install Qt
258
- uses : jurplel/install-qt-action@v4
259
- with :
260
- version : 6.8
261
- host : windows
262
- target : desktop
263
- setup-python : false
264
- - name : Install tools
265
- run : |
266
- choco install sqlite -y
267
- choco install cmake -y
256
+ # msbuild-architecture: x64
257
+ # - name: Install Qt
258
+ # uses: jurplel/install-qt-action@v4
259
+ # with:
260
+ # version: 6.8
261
+ # host: windows
262
+ # target: desktop
263
+ # setup-python: false
264
+ # - name: Install tools
265
+ # run: |
266
+ # choco install sqlite -y
267
+ # choco install cmake -y
268
268
- name : Debug build
269
269
shell : cmd
270
270
run : |
271
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
271
+ dir "C:\Program Files (x86)\Microsoft Visual Studio\2019"
272
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
272
273
set CL=/MP
273
274
cl 2>&1
274
275
qmake -version
You can’t perform that action at this time.
0 commit comments