We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fb865f + 7882613 commit f167fbdCopy full SHA for f167fbd
.github/workflows/windows.yml
@@ -41,6 +41,14 @@ jobs:
41
vcpkgarch: x86-windows
42
vcpkglibdir: lib
43
vcpkgpackages: openssl xerces-c zlib
44
+ - name: VS2022Debug64
45
+ vmimage: windows-2022
46
+ mpctype: vs2022
47
+ BuildPlatform: x64
48
+ BuildConfiguration: Debug
49
+ vcpkgarch: x64-windows
50
+ vcpkglibdir: debug/lib
51
+ vcpkgpackages: openssl xerces-c zlib
52
runs-on: ${{ matrix.vmimage }}
53
name: ${{ matrix.name }}
54
env:
@@ -66,7 +74,7 @@ jobs:
66
74
- name: Install vcpkg
67
75
uses: lukka/run-vcpkg@v7
68
76
with:
69
- vcpkgGitCommitId: d417ae59d6e9aa20d9f812b5deb966645c54687d
77
+ vcpkgGitCommitId: 70033dbb31527fb3e69654731f540f59c87787f9
70
78
vcpkgArguments: --recurse ${{ matrix.vcpkgpackages }}
71
79
vcpkgTriplet: ${{ matrix.vcpkgarch }}
72
80
appendedCacheKey: ${{ matrix.name }}
0 commit comments