Skip to content

Commit 328797d

Browse files
update
1 parent 7ac50c0 commit 328797d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/actions.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -253,22 +253,23 @@ jobs:
253253
uses: microsoft/setup-msbuild@v1
254254
with:
255255
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
268268
- name: Debug build
269269
shell: cmd
270270
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"
272273
set CL=/MP
273274
cl 2>&1
274275
qmake -version

0 commit comments

Comments
 (0)